fix: disabled auth
This commit is contained in:
parent
447699a78e
commit
a3aa1229c1
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const minio = new MinioClient({
|
|||
});
|
||||
|
||||
@Route("/api/v1/backup")
|
||||
// @Security("keycloak")
|
||||
@Security("keycloak")
|
||||
export class BackupController extends Controller {
|
||||
@Get()
|
||||
async listBackup() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue