fix: conflict endpoint
This commit is contained in:
parent
7175a596f4
commit
aca6db3dce
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ export class BackupController extends Controller {
|
||||||
).then(async (r) => jsonParseOrPlainText(await r.text()));
|
).then(async (r) => jsonParseOrPlainText(await r.text()));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Get("{name}")
|
@Get("download/{name}")
|
||||||
async downloadBackup(
|
async downloadBackup(
|
||||||
@Request() req: express.Request,
|
@Request() req: express.Request,
|
||||||
@Path() name: string,
|
@Path() name: string,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue