Spaces:
Running
Running
sachin
commited on
Commit
·
aeb04fc
1
Parent(s):
bb74941
standardize path
Browse files- spaces/urls.py +2 -2
spaces/urls.py
CHANGED
@@ -43,6 +43,6 @@ urlpatterns = [
|
|
43 |
path('api/v1/inference/', include('inference.urls')),
|
44 |
path('api/v1/accounts/', include('accounts.urls')),
|
45 |
path('games/', include('games.urls')),
|
46 |
-
path('taxtech/', include('taxtech.urls')),
|
47 |
-
path('dashboard/', include('dashboard.urls')), # Include dashboard app URLs
|
48 |
]
|
|
|
43 |
path('api/v1/inference/', include('inference.urls')),
|
44 |
path('api/v1/accounts/', include('accounts.urls')),
|
45 |
path('games/', include('games.urls')),
|
46 |
+
path('api/v1/taxtech/', include('taxtech.urls')),
|
47 |
+
path('api/v1/dashboard/', include('dashboard.urls')), # Include dashboard app URLs
|
48 |
]
|