Skip to content

Commit

Permalink
fix: main
Browse files Browse the repository at this point in the history
  • Loading branch information
cchalop1 committed May 2, 2024
1 parent b6d28ba commit 1ac57fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/just-deploy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ func main() {
} else {
api.CreateRoutes(app, &deployService)
web.CreateMiddlewareWebFiles(app)
app.StartServer(false)
app.StartServer(true)
}
}

0 comments on commit 1ac57fb

Please sign in to comment.