🔒 fix: correct Swagger auth scheme from ApiKeyAuth to BearerAuth
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
// @BasePath /api
|
||||
// @schemes http https
|
||||
//
|
||||
// @securityDefinitions.apikey ApiKeyAuth
|
||||
// @securityDefinitions.apikey BearerAuth
|
||||
// @in header
|
||||
// @name Authorization
|
||||
// @description JWT authentication using Bearer token. Format: Bearer <token>
|
||||
|
||||
Reference in New Issue
Block a user