Skip to content

Commit

Permalink
bump: release
Browse files Browse the repository at this point in the history
  • Loading branch information
oktay committed Feb 13, 2024
1 parent 28dab69 commit eeb7051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (

func main() {
db.GetDB()
e := echo.New()
e = echo.New()
generalGroup := e.Group(baseUrl)
e.Use(echoMiddleware.CORSWithConfig(echoMiddleware.CORSConfig{
AllowOrigins: []string{"*"},
Expand Down

0 comments on commit eeb7051

Please sign in to comment.