core: change tournament api url
This commit is contained in:
parent
1032a8fd98
commit
adf0c5ceed
@ -22,6 +22,6 @@ urlpatterns = [
|
||||
path('api/profiles/', include('profiles.urls')),
|
||||
path('api/accounts/', include('accounts.urls')),
|
||||
path('api/chat/', include('chat.urls')),
|
||||
path('api/tournament', include('tournament.urls')),
|
||||
path('api/tournaments/', include('tournament.urls')),
|
||||
path('', include('frontend.urls')),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user