root: fix baseAPI path having trailing slash

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-08-01 19:08:40 +02:00
parent 8b13da354f
commit c592599633
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ SPECTACULAR_SETTINGS = {
"SCHEMA_PATH_PREFIX_TRIM": True,
"SERVERS": [
{
"url": "/api/v3/",
"url": "/api/v3",
},
],
"CONTACT": {