Skip to content

Commit

Permalink
refactor: rearrangr mai file
Browse files Browse the repository at this point in the history
  • Loading branch information
baimamboukar committed Dec 23, 2023
1 parent 3d6f92b commit c97008c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package main

import "github.com/baimamboukar/go-gin-docker-k8s/src/routes"

func main() {
setupRoutes()
router := routes.SetupRoutes()
router.Run(":8081")

}

0 comments on commit c97008c

Please sign in to comment.