8
app/accounting/urls.py
Normal file
8
app/accounting/urls.py
Normal file
@ -0,0 +1,8 @@
|
||||
from centurion_feature_flag.urls.routers import DefaultRouter
|
||||
|
||||
|
||||
app_name = "accounting"
|
||||
|
||||
router = DefaultRouter(trailing_slash=False)
|
||||
|
||||
urlpatterns = router.urls
|
Reference in New Issue
Block a user