diff --git a/spackmon/apps/api/urls.py b/spackmon/apps/api/urls.py index f80c8af..74a8066 100644 --- a/spackmon/apps/api/urls.py +++ b/spackmon/apps/api/urls.py @@ -52,7 +52,7 @@ schema_view = get_swagger_view(title="Spack Monitor API") server_views = [ - url(r"^api/docs$", schema_view), + url(r"^api/docs/", schema_view), path( "tables/build/", api_views.BuildsTable.as_view(), diff --git a/spackmon/apps/main/templates/main/index.html b/spackmon/apps/main/templates/main/index.html index 817fe9f..497eef9 100644 --- a/spackmon/apps/main/templates/main/index.html +++ b/spackmon/apps/main/templates/main/index.html @@ -78,7 +78,7 @@