Fix Swagger API version

This commit is contained in:
Yang Luo
2024-01-16 00:09:28 +08:00
parent a4524e9996
commit ba9d6e5d78
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"
} }

View File

@ -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: /