Skip to content

Commit

Permalink
Revert "fix: Init acme.sh"
Browse files Browse the repository at this point in the history
This reverts commit 40d8ce1.
  • Loading branch information
pupilcc committed Jan 9, 2024
1 parent 845e5dd commit 2f0b7f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ func main() {
// Logger
e.Use(middleware.RequestLogger())

// Start the service
e.Logger.Fatal(e.Start(":1323"))

// Init acme.sh
middleware.InitAcme()

// Start the service
e.Logger.Fatal(e.Start(":1323"))
}

0 comments on commit 2f0b7f7

Please sign in to comment.