- file.controller.ts: file download url "/api/file/.." instead of "/file/.."
This commit is contained in:
parent
7d34749cf5
commit
f3d16c0f7f
|
@ -5,7 +5,7 @@ import { Request, Response } from "express";
|
||||||
import * as path from "path";
|
import * as path from "path";
|
||||||
import * as fs from "fs";
|
import * as fs from "fs";
|
||||||
|
|
||||||
@Controller("file")
|
@Controller("api/file")
|
||||||
export class FileController {
|
export class FileController {
|
||||||
// constructor() {}
|
// constructor() {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user