refactor: move nebula assets to hway build directory

This commit is contained in:
Prad Nukala
2024-10-09 00:37:50 -04:00
parent a3edb65613
commit 5df9d4a3e5
7 changed files with 115 additions and 213 deletions
-1
View File
@@ -12,7 +12,6 @@ import (
func main() {
s := echo.New()
s.Use(ctx.UseSession)
s.GET("/", routes.Home)
s.GET("/login", routes.LoginStart)
s.GET("/register", routes.RegisterStart)