We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09bc1a commit 018ac13Copy full SHA for 018ac13
readthedocs/urls.py
@@ -90,7 +90,7 @@
90
api_urls = [
91
re_path(r'^api/v2/', include('readthedocs.api.v2.urls')),
92
# Keep `search_api` at root level, so the test does not fail for other API
93
- re_path(r"^api/v2/search/$", include("readthedocs.search.api.v2.urls")),
+ path("api/v2/search/", include("readthedocs.search.api.v2.urls")),
94
# Deprecated
95
re_path(r'^api/v1/embed/', include('readthedocs.embed.urls')),
96
re_path(r'^api/v2/embed/', include('readthedocs.embed.urls')),
0 commit comments