Skip to content

Commit

Permalink
Hide unfinished API v2
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Mar 23, 2021
1 parent ab5d0ae commit dd71f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/argus/site/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
path("api/schema/", SpectacularAPIView.as_view(api_version="v1"), name="schema-v1-old"),
path("api/schema/swagger-ui/", SpectacularSwaggerView.as_view(url_name="schema-v1-old"), name="swagger-ui-v1-old"),
path("api/v1/", include(("argus.site.api_v1_urls", "api"), namespace="v1")),
path("api/v2/", include(("argus.site.api_v2_urls", "api"), namespace="v2")),
# path("api/v2/", include(("argus.site.api_v2_urls", "api"), namespace="v2")),
]

0 comments on commit dd71f31

Please sign in to comment.