Skip to content

Commit

Permalink
Merge pull request #55 from ochanoco/hotfix/missfatal-when-config-not…
Browse files Browse the repository at this point in the history
…-found

fix: missfatal when config not found
  • Loading branch information
akakou authored Nov 24, 2023
2 parents f190863 + 44756cf commit 44242f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/serv.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ func ProxyServer() (*TorimaProxy, error) {

proxy := NewOchancoProxy(r, DEFAULT_DIRECTORS, DEFAULT_MODIFY_RESPONSES, DEFAULT_PROXYWEB_PAGES, config, db)

return &proxy, err
return &proxy, nil
}

0 comments on commit 44242f8

Please sign in to comment.