Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 committed Nov 27, 2024
1 parent 140a47c commit 0fa5eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyle_qbo_api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
path('api/workspaces/', include('apps.workspaces.urls')),
path('api/v2/workspaces/', include('apps.workspaces.apis.urls')),
path('api/user/', include('apps.users.urls')),
path('api/internal/', include('apps.internal.urls')),
path('internal_api/', include('apps.internal.urls')),
]

0 comments on commit 0fa5eb2

Please sign in to comment.