Added vue frontend project, fixed swagger path
This commit is contained in:
@@ -68,7 +68,7 @@ func Load() (Config, error) {
|
||||
apiPort = "8000"
|
||||
}
|
||||
if openAPIEndpoint == "" {
|
||||
openAPIEndpoint = "/docs"
|
||||
openAPIEndpoint = "/openapi"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user