Skip to content

Commit a5823c6

Browse files
adding AUTHORIZATION_RESOURCES_PATH to base
1 parent ff239c7 commit a5823c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/workos/authorization.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
)
2929

3030
AUTHORIZATION_PERMISSIONS_PATH = "authorization/permissions"
31+
AUTHORIZATION_RESOURCES_PATH = "authorization/resources"
3132

3233
_role_adapter: TypeAdapter[Role] = TypeAdapter(Role)
3334

0 commit comments

Comments
 (0)