1
0
mirror of https://github.com/bitwarden/docs synced 2025-12-12 06:13:18 +00:00

path fix for swagger

This commit is contained in:
DanHillesheim
2021-09-13 16:20:27 -06:00
parent d9704d285c
commit 95513829ff

View File

@@ -31,7 +31,7 @@
layout: 'StandaloneLayout', layout: 'StandaloneLayout',
urls: [ urls: [
{ {
url: './specs/public/swagger.json', url: '/specs/public/swagger.json',
name: 'Bitwarden Public API' name: 'Bitwarden Public API'
}, },
], ],