From a605c872f19a3ca01dc407ae345c2361580eb1a6 Mon Sep 17 00:00:00 2001 From: Anton Franzluebbers Date: Sun, 19 Dec 2021 20:49:06 -0500 Subject: [PATCH] fixes to api url and spec --- velconnect/templates/api.html | 2 +- velconnect/templates/api_url.html | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/velconnect/templates/api.html b/velconnect/templates/api.html index 845e9ab..c530913 100644 --- a/velconnect/templates/api.html +++ b/velconnect/templates/api.html @@ -11,7 +11,7 @@ primary-color = "#bc1f2d" show-header = "false" show-info = "true" - spec-url = "{% include 'api_url.html' %}api/api_spec.json" + spec-url = "{% include 'api_url.html' %}/api/api_spec.json" default-schema-tab = 'example' > diff --git a/velconnect/templates/api_url.html b/velconnect/templates/api_url.html index 35ec3b9..e69de29 100644 --- a/velconnect/templates/api_url.html +++ b/velconnect/templates/api_url.html @@ -1 +0,0 @@ -/ \ No newline at end of file