mirror of
https://github.com/goauthentik/authentik
synced 2026-04-25 17:15:26 +02:00
website/docs: remove slash from API reference (#16117)
This commit is contained in:
committed by
GitHub
parent
b68adec303
commit
34bab28985
@@ -150,7 +150,7 @@ SPECTACULAR_SETTINGS = {
|
||||
"SCHEMA_PATH_PREFIX_TRIM": True,
|
||||
"SERVERS": [
|
||||
{
|
||||
"url": "/api/v3/",
|
||||
"url": "/api/v3",
|
||||
},
|
||||
],
|
||||
"CONTACT": {
|
||||
|
||||
@@ -62481,4 +62481,4 @@ components:
|
||||
type: http
|
||||
scheme: bearer
|
||||
servers:
|
||||
- url: /api/v3/
|
||||
- url: /api/v3
|
||||
|
||||
Reference in New Issue
Block a user