add go report

This commit is contained in:
cedricve
2020-12-29 11:08:15 +01:00
parent 35a49129d5
commit a07de14225
6 changed files with 6 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ type swaggerInfo struct {
var SwaggerInfo = swaggerInfo{
Version: "1.0",
Host: "",
BasePath: "/",
BasePath: "/api",
Schemes: []string{},
Title: "Swagger Kerberos Open Source API",
Description: "This is the API for using and configure Kerberos Open source.",