add company app

This commit is contained in:
behruz-dev
2025-08-01 11:07:10 +05:00
parent e8d525ef96
commit 9b403c46da
21 changed files with 190 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ urlpatterns = [
path('api/v1/', include(
[
path('accounts/', include('core.apps.accounts.urls')),
path('company/', include('core.apps.company.urls')),
path('shared/', include('core.apps.shared.urls')),
]
)),