diff --git a/src/controllers/file.controller.ts b/src/controllers/file.controller.ts index 708fb63..f7210c6 100644 --- a/src/controllers/file.controller.ts +++ b/src/controllers/file.controller.ts @@ -5,7 +5,7 @@ import { Request, Response } from "express"; import * as path from "path"; import * as fs from "fs"; -@Controller("file") +@Controller("api/file") export class FileController { // constructor() {}