mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-13 04:28:10 +00:00
fix(swagger): do not specify a host (#1930)
In this way the requests are redirected to the host used by the client to perform the request.
This commit is contained in:
committed by
GitHub
parent
eab4a91a9b
commit
61e5e6bc36
@ -51,7 +51,6 @@ func readAuthHeader(c *fiber.Ctx) string {
|
||||
// @contact.url https://localai.io
|
||||
// @license.name MIT
|
||||
// @license.url https://raw.githubusercontent.com/mudler/LocalAI/master/LICENSE
|
||||
// @host localhost:8080
|
||||
// @BasePath /
|
||||
// @securityDefinitions.apikey BearerAuth
|
||||
// @in header
|
||||
|
Reference in New Issue
Block a user