update urls conf
This commit is contained in:
parent
5c5ae15836
commit
0135b25635
|
|
@ -54,6 +54,8 @@ urlpatterns_auth = [
|
|||
]
|
||||
|
||||
api_urlpatterns = [
|
||||
path('establishments/', include(('establishment.urls', 'establishment'),
|
||||
namespace='establishment')),
|
||||
path('location/', include(('location.urls', 'location'),
|
||||
namespace='location')),
|
||||
path('main/', include(('main.urls', 'main'),
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user