|
|
|
|
@ -35,7 +35,7 @@ urlpatterns = [ |
|
|
|
|
|
|
|
|
|
path('sync-data/', SynchronizationApi.as_view(), name="data"), |
|
|
|
|
path('data-access-content/', UserDataAccessApi.as_view(), name="data-access-content"), |
|
|
|
|
path("can_create_tournament/", views.has_hierarchy_with_payment_capabilities, name="can-create-tournament"), |
|
|
|
|
path("is_granted_unlimited_access/", views.is_granted_unlimited_access, name="is-granted-unlimited-access"), |
|
|
|
|
|
|
|
|
|
path('api-token-auth/', obtain_auth_token, name='api_token_auth'), |
|
|
|
|
path("user-by-token/", views.user_by_token, name="user_by_token"), |
|
|
|
|
|