Marketplace, CSS, iCal and a lot of things... #4

Closed
valentin wants to merge 59 commits from dev into main
1 changed files with 1 additions and 2 deletions
Showing only changes of commit a4446583be - Show all commits

View File

@ -42,8 +42,7 @@ urlpatterns = [
path('api-auth/', include('rest_framework.urls')),
path("api/", include(router.urls)),
path('api/schema/', SpectacularAPIView.as_view(), name='schema'),
path('api/schema/swagger-ui/', SpectacularSwaggerView.as_view(url_name='schema'), name='swagger-ui'),
path('api/schema/redoc/', SpectacularRedocView.as_view(url_name='schema'), name='redoc'),
path('api/doc/', SpectacularSwaggerView.as_view(url_name='schema'), name='api-doc'),
path("oauth2/", include('oauth2_provider.urls', namespace='oauth2_provider')),
path("favicon.ico", lambda req: vstatic.serve(req, "favicon.ico")),