update doc

This commit is contained in:
zhuyasen
2023-04-24 22:35:39 +08:00
parent 68e3f442d0
commit d7af2fb9fd
7 changed files with 75 additions and 38 deletions

View File

@@ -11,6 +11,10 @@ import (
// @schemes http https
// @version v0.0.0
// @host localhost:8080
// @securityDefinitions.apikey BearerAuth
// @in header
// @name Authorization
// @description Type "Bearer your-jwt-token" to Value
func main() {
initial.Config()
servers := initial.RegisterServers()