1
This commit is contained in:
8
internal/consts/consts_openapi.go
Normal file
8
internal/consts/consts_openapi.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
OpenAPITitle = `GFast-v3`
|
||||
OpenAPIDescription = `基于 GoFrame2.0的后台管理系统。 Enjoy 💖 `
|
||||
OpenAPIContactName = "GFast"
|
||||
OpenAPIContactUrl = "http://www.g-fast.cn"
|
||||
)
|
||||
Reference in New Issue
Block a user