Skip to content

Commit

Permalink
[Watchtower] Update main.go (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldiwildan77 authored Jun 3, 2023
1 parent aae4ca5 commit ac8c743
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ func main() {
e := echo.New()

routes.Register(e)

fmt.Println("[RUST UPDATER] Created by Aldiwildan77")

go func() {
if err := e.Start(":" + fmt.Sprint(config.Cfg.Port)); err != nil {
Expand Down

0 comments on commit ac8c743

Please sign in to comment.