Move all the APIs under the same router
This commit is contained in:
parent
3d46cb5ec9
commit
c54ceeb7a8
27 changed files with 1289 additions and 351 deletions
|
|
@ -43,6 +43,11 @@ urlpatterns: list[URLPattern | URLResolver] = [
|
|||
view=core_views.sitemap_youtube_view,
|
||||
name="sitemap-youtube",
|
||||
),
|
||||
# API v1
|
||||
path(
|
||||
"api/v1/",
|
||||
include("config.api", namespace="api-v1"),
|
||||
),
|
||||
# Core app
|
||||
path(route="", view=include("core.urls", namespace="core")),
|
||||
# Twitch app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue