feat(accounting): add new module

ref: #702 closes #714
This commit is contained in:
2025-04-09 12:28:54 +09:30
parent a18d9c2789
commit ab4ebdab24
7 changed files with 21 additions and 0 deletions

8
app/accounting/urls.py Normal file
View File

@ -0,0 +1,8 @@
from centurion_feature_flag.urls.routers import DefaultRouter
app_name = "accounting"
router = DefaultRouter(trailing_slash=False)
urlpatterns = router.urls