mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
feat: implement hero section using Pkl
This commit is contained in:
@@ -26,7 +26,6 @@ func NewProxyCmd() *cobra.Command {
|
||||
}
|
||||
|
||||
e.GET("/", pages.Home)
|
||||
e.GET("/config", nebula.GetConfig)
|
||||
e.GET("/allocate", pages.Profile)
|
||||
|
||||
if err := e.Start(":1323"); err != http.ErrServerClosed {
|
||||
|
||||
Reference in New Issue
Block a user