Skip to content

Commit cfcf78a

Browse files
authored
Set bearer auth security component
1 parent 3a01b2c commit cfcf78a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

backend/schema/swagger.json

+9
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
"url": "http://127.0.0.1:81/api"
1010
}
1111
],
12+
"components": {
13+
"securitySchemes": {
14+
"bearerAuth": {
15+
"type": "http",
16+
"scheme": "bearer",
17+
"bearerFormat": "JWT"
18+
}
19+
}
20+
},
1221
"paths": {
1322
"/": {
1423
"get": {

0 commit comments

Comments
 (0)