swaggo: fix base url for API

This commit is contained in:
Steffen Vogel 2019-11-13 16:50:57 +01:00
parent 3a0bb791f8
commit 34c39e26d9
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ import (
// @contact.email sonja.happ@eonerc.rwth-aachen.de
// @license.name GNU GPL 3.0
// @license.url http://www.gnu.de/documents/gpl-3.0.en.html
// @host localhost:4000
// @host villas-new.k8s.fein-aachen.org
// @BasePath /api/v2
func main() {
db := database.InitDB(database.DB_NAME, true)