Skip to content

Commit

Permalink
update requirements file and sage300 url (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 authored Nov 9, 2023
1 parent b24ab7c commit 272155e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/workspaces/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
workspace_app_paths = [
path('', WorkspaceView.as_view(), name='workspaces'),
path('ready/', ReadyView.as_view(), name='ready'),
path('<int:workspace_id>/credentials/sage_300/', Sage300CredsView.as_view(), name='sage300-creds'),
path('<int:workspace_id>/credentials/sage300/', Sage300CredsView.as_view(), name='sage300-creds'),
path('<int:workspace_id>/export_settings/', ExportSettingView.as_view(), name='export-settings'),
path('<int:workspace_id>/import_settings/', ImportSettingView.as_view(), name='import-settings'),
path('<int:workspace_id>/advanced_settings/', AdvancedSettingView.as_view(), name='advanced-settings'),
path('<int:workspace_id>/admins/', WorkspaceAdminsView.as_view(), name='admin'),
]

other_app_paths = [
path('<int:workspace_id>/sage_300/', include('apps.sage300.urls')),
path('<int:workspace_id>/sage300/', include('apps.sage300.urls')),
path('<int:workspace_id>/fyle/', include('apps.fyle.urls')),
path('<int:workspace_id>/accounting_exports/', include('apps.accounting_exports.urls')),
path('<int:workspace_id>/mappings/', include('apps.mappings.urls'))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fyle==0.35.0

# Reusable Fyle Packages
fyle-rest-auth==1.5.0
fyle-accounting-mappings==1.27.3
fyle-accounting-mappings==1.28.0
fyle-integrations-platform-connector==1.36.1

# Postgres Dependincies
Expand Down

0 comments on commit 272155e

Please sign in to comment.