mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-08 00:50:28 +08:00
Fix Swagger API version
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
// Package routers
|
// Package routers
|
||||||
// @APIVersion 1.376.1
|
// @APIVersion 1.503.0
|
||||||
// @Title Casdoor RESTful API
|
// @Title Casdoor RESTful API
|
||||||
// @Description Swagger Docs of Casdoor Backend API
|
// @Description Swagger Docs of Casdoor Backend API
|
||||||
// @Contact casbin@googlegroups.com
|
// @Contact casbin@googlegroups.com
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"info": {
|
"info": {
|
||||||
"title": "Casdoor RESTful API",
|
"title": "Casdoor RESTful API",
|
||||||
"description": "Swagger Docs of Casdoor Backend API",
|
"description": "Swagger Docs of Casdoor Backend API",
|
||||||
"version": "1.376.1",
|
"version": "1.503.0",
|
||||||
"contact": {
|
"contact": {
|
||||||
"email": "casbin@googlegroups.com"
|
"email": "casbin@googlegroups.com"
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@ swagger: "2.0"
|
|||||||
info:
|
info:
|
||||||
title: Casdoor RESTful API
|
title: Casdoor RESTful API
|
||||||
description: Swagger Docs of Casdoor Backend API
|
description: Swagger Docs of Casdoor Backend API
|
||||||
version: 1.376.1
|
version: 1.503.0
|
||||||
contact:
|
contact:
|
||||||
email: casbin@googlegroups.com
|
email: casbin@googlegroups.com
|
||||||
basePath: /
|
basePath: /
|
||||||
|
Reference in New Issue
Block a user