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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue