chore: add nebula assets to proxy server

This commit is contained in:
Prad Nukala
2024-09-25 22:09:15 -04:00
parent de05777261
commit a785d3a01f
14 changed files with 1959 additions and 52 deletions
+2
View File
@@ -9,6 +9,7 @@ import (
"github.com/labstack/echo/v4"
"github.com/labstack/gommon/log"
"github.com/onsonr/sonr/nebula"
"github.com/onsonr/sonr/nebula/pages"
)
@@ -18,6 +19,7 @@ func startServer() {
e.Logger.SetLevel(log.INFO)
// Configure the server
nebula.UseAssets(e)
e.GET("/", pages.Home)
e.GET("/allocate", pages.Profile)