mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-03 01:41:44 +00:00
feat: add local IPFS bootstrap script and refactor devbox config
This commit is contained in:
@@ -24,7 +24,10 @@ func NewProxyCmd() *cobra.Command {
|
||||
e.Logger.SetLevel(log.INFO)
|
||||
|
||||
// Configure the server
|
||||
nebula.UseAssets(e)
|
||||
if err := nebula.UseAssets(e); err != nil {
|
||||
e.Logger.Fatal(err)
|
||||
}
|
||||
|
||||
e.GET("/", pages.Home)
|
||||
e.GET("/allocate", pages.Profile)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user