Change localhost to some domain

This commit is contained in:
qowevisa 2024-08-08 20:30:59 +03:00
parent 1d1463b38f
commit a09f3f87e9

View File

@ -26,7 +26,7 @@ import (
// @license.name Apache 2.0
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
// @host localhost:3000
// @host gonapi.qowevisa.click
// @BasePath /api
func main() {
r := gin.Default()