remove domain whitelisting and JWT Authenticate

main
Subhodip Ghosh 2025-07-01 19:48:01 +05:30
parent b4e4bfe894
commit 3b3f5049a5
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ func main() {
}) })
} }
log.Println("Server started on :8080") log.Println("Server started on :4012")
log.Fatal(http.ListenAndServe(":8080", corsMiddleware(router))) log.Fatal(http.ListenAndServe(":4012", corsMiddleware(router)))
} }
func initDB() { func initDB() {