From 39c411e9c847c4ce3b7a3bc9074ba0cabf528edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no> Date: Tue, 15 Sep 2020 11:00:51 +0200 Subject: [PATCH] absolutt sti til swagger-ui.html --- api_static/api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api_static/api/index.html b/api_static/api/index.html index 7a003537..0d264ea8 100644 --- a/api_static/api/index.html +++ b/api_static/api/index.html @@ -6,6 +6,6 @@ </head> <body> <h1>Beta - REST-API for ordbok.uib.no</h1> - <a href="swagger-ui.html">Utforsk APIen</a> + <a href="/api/swagger-ui.html">Utforsk APIen</a> </body> </html> -- GitLab