fix: wrong path
This commit is contained in:
parent
4dfa63dd12
commit
66444bfdc5
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Controller, Get, Route, Tags } from "tsoa";
|
||||
import config from "../config.json";
|
||||
|
||||
@Route("api")
|
||||
@Route("api/v1/config")
|
||||
@Tags("Config")
|
||||
export class ConfigController extends Controller {
|
||||
@Get()
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
"spec": {
|
||||
"tags": [
|
||||
{ "name": "OpenAPI" },
|
||||
{ "name": "Config" },
|
||||
{ "name": "Single-Sign On" },
|
||||
{ "name": "Permission" },
|
||||
{ "name": "Address" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue