fix: wrong path

This commit is contained in:
Methapon Metanipat 2024-10-07 15:02:23 +07:00
parent 4dfa63dd12
commit 66444bfdc5
2 changed files with 2 additions and 1 deletions

View file

@ -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()