forked from erp-dev/erp
feat: backend api
This commit is contained in:
@@ -64,6 +64,7 @@ INSTALLED_APPS = [
|
||||
'basic_info',
|
||||
'stock',
|
||||
'api_v1',
|
||||
'api_man',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
||||
@@ -36,4 +36,5 @@ urlpatterns = [
|
||||
path('admin/', admin.site.urls),
|
||||
path('stock/', router.urls),
|
||||
path('api/v1/', include('api_v1.urls')),
|
||||
path('api/backend/', include('api_man.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user