employees api

This commit is contained in:
Mikan
2025-05-19 17:00:02 +03:00
parent 5623d01134
commit 59df2c55d9
7 changed files with 104 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ schema_view = get_schema_view(
urlpatterns = [
path('admin/', admin.site.urls),
path('api/v1/education/', include("education.urls")),
path('api/v1/employees/', include("employees.urls")),
path('docs/swagger<format>/', schema_view.without_ui(cache_timeout=0), name='schema-json'),
path('docs/swagger/', schema_view.with_ui('swagger', cache_timeout=0), name='schema-swagger-ui'),