- file.controller.ts: file download url "/api/file/.." instead of "/file/.."

This commit is contained in:
Arno Kaimbacher 2022-11-22 12:34:01 +01:00
parent 7d34749cf5
commit f3d16c0f7f

View File

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