Skip to content

Commit

Permalink
fix: default gin to release node (#325)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 authored Feb 1, 2025
1 parent fa570f4 commit 3e4638e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func WithPort(port uint) APIOption {

// Initialize singleton API instance
var apiInstance = &APIv1{
engine: ConfigureRouter(true),
engine: ConfigureRouter(false),
Host: "0.0.0.0",
Port: 8080,
}
Expand Down

0 comments on commit 3e4638e

Please sign in to comment.