From 95513829ff8c03c781c075467ee4ea9167fef88b Mon Sep 17 00:00:00 2001 From: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com> Date: Mon, 13 Sep 2021 16:20:27 -0600 Subject: [PATCH] path fix for swagger --- api/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/index.html b/api/index.html index 900c476..7184db1 100644 --- a/api/index.html +++ b/api/index.html @@ -31,7 +31,7 @@ layout: 'StandaloneLayout', urls: [ { - url: './specs/public/swagger.json', + url: '/specs/public/swagger.json', name: 'Bitwarden Public API' }, ],