Commit 572e5ddd authored by liqin's avatar liqin 💬

bug fixed

parent 1ecc72e4
......@@ -62,7 +62,7 @@ public class Swagger2 {
}
private ApiKey apiKey() {
return new ApiKey("BearerToken", "Authorization", "header");
return new ApiKey("BearerToken", "token", "header");
}
private SecurityContext securityContext() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment