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 { Controller, Get, Route, Tags } from "tsoa";
|
||||||
import config from "../config.json";
|
import config from "../config.json";
|
||||||
|
|
||||||
@Route("api")
|
@Route("api/v1/config")
|
||||||
@Tags("Config")
|
@Tags("Config")
|
||||||
export class ConfigController extends Controller {
|
export class ConfigController extends Controller {
|
||||||
@Get()
|
@Get()
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@
|
||||||
"spec": {
|
"spec": {
|
||||||
"tags": [
|
"tags": [
|
||||||
{ "name": "OpenAPI" },
|
{ "name": "OpenAPI" },
|
||||||
|
{ "name": "Config" },
|
||||||
{ "name": "Single-Sign On" },
|
{ "name": "Single-Sign On" },
|
||||||
{ "name": "Permission" },
|
{ "name": "Permission" },
|
||||||
{ "name": "Address" },
|
{ "name": "Address" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue