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