更改路由前缀

This commit is contained in:
lianghuanjie
2024-12-13 18:16:23 +08:00
parent f9084a0eb3
commit b93614f0df
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
syntax = "v1"
@server (
prefix: /api/task/v1
prefix: /gapi/task/v1
group: task
jwt: Auth
)