fix: conflict endpoint

This commit is contained in:
Methapon2001 2025-01-16 15:18:17 +07:00
parent 7175a596f4
commit aca6db3dce

View file

@ -174,7 +174,7 @@ export class BackupController extends Controller {
).then(async (r) => jsonParseOrPlainText(await r.text()));
}
@Get("{name}")
@Get("download/{name}")
async downloadBackup(
@Request() req: express.Request,
@Path() name: string,