Skip to content

Commit

Permalink
fix: Update API path (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Nov 27, 2024
1 parent ba16b64 commit 3b6724a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fyle_netsuite_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/user/', include('apps.users.urls')),
path('api/v2/workspaces/', include('apps.workspaces.apis.urls')),
path('api/internal/', include('apps.internal.urls')),
path('internal_api/', include('apps.internal.urls')),
]

0 comments on commit 3b6724a

Please sign in to comment.