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