website/docs: remove slash from API reference (#16117)

This commit is contained in:
Marcelo Elizeche Landó
2025-08-12 09:02:19 -04:00
committed by GitHub
parent b68adec303
commit 34bab28985
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -62481,4 +62481,4 @@ components:
type: http
scheme: bearer
servers:
- url: /api/v3/
- url: /api/v3