From 91a7475abde54a342510fc481f3294a4d1f507d0 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Thu, 20 Apr 2023 14:42:19 +0000 Subject: finalize swagger, port to prod machine (#34) --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index d0e55a6..f117c84 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ import ( // @license.name GNU General Public License, Version 2 // @license.url https://www.gnu.org/licenses/old-licenses/gpl-2.0.html -// @host localhost:4000/api +// @host lp.ardapektezol.com/api // @BasePath /v1 func main() { if os.Getenv("ENV") == "PROD" { -- cgit v1.2.3