fix: error typo
This commit is contained in:
parent
8d417e5c13
commit
5f11d383b2
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ function jsonParseOrPlainText(str: string) {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Route("/api/v1/backup")
|
@Route("/api/v1/backup")
|
||||||
@Security("keycloak")
|
// @Security("keycloak")
|
||||||
export class BackupController extends Controller {
|
export class BackupController extends Controller {
|
||||||
@Get()
|
@Get()
|
||||||
async listBackup() {
|
async listBackup() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue