Skip to content

Commit

Permalink
fix: remove employee settings apis
Browse files Browse the repository at this point in the history
  • Loading branch information
anishfyle committed Dec 17, 2024
1 parent 49ce93b commit b21a638
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 82 deletions.
Empty file.
54 changes: 0 additions & 54 deletions apps/workspaces/apis/map_employees/serializers.py

This file was deleted.

15 changes: 0 additions & 15 deletions apps/workspaces/apis/map_employees/triggers.py

This file was deleted.

11 changes: 0 additions & 11 deletions apps/workspaces/apis/map_employees/views.py

This file was deleted.

2 changes: 0 additions & 2 deletions apps/workspaces/apis/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,10 @@
from apps.workspaces.apis.errors.views import ErrorsView
from apps.workspaces.apis.export_settings.views import ExportSettingsView
from apps.workspaces.apis.import_settings.views import ImportSettingsView, ImportCodeFieldView
from apps.workspaces.apis.map_employees.views import MapEmployeesView
from apps.workspaces.apis.clone_settings.views import CloneSettingsView

urlpatterns = [
path('<int:workspace_id>/export_settings/', ExportSettingsView.as_view()),
path('<int:workspace_id>/map_employees/', MapEmployeesView.as_view()),
path('<int:workspace_id>/import_settings/import_code_fields_config/', ImportCodeFieldView.as_view(), name='import-code-fields-config'),
path('<int:workspace_id>/import_settings/', ImportSettingsView.as_view()),
path('<int:workspace_id>/advanced_configurations/', AdvancedConfigurationsView.as_view()),
Expand Down

0 comments on commit b21a638

Please sign in to comment.