mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-11 00:40:00 +08:00
goctl: support custom swagger authentication (#4811)
This commit is contained in:
@@ -29,8 +29,4 @@ const (
|
||||
schemeHttps = "https"
|
||||
defaultHost = "127.0.0.1"
|
||||
defaultBasePath = "/"
|
||||
|
||||
swaggerSecurityDefinitionBearerAuth = "BearerAuth"
|
||||
swaggerSecurityDefinitionName = "Authorization"
|
||||
swaggerSecurityDefinitionIn = "header"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user