Feature/deploy linux (#1212)

* chore(deploy): remove devbox configuration

* feat(taskfiles): add mount and platform specific start commands for IPFS

* feat(gateway): update registration route

---------

Signed-off-by: Prad Nukala <prad@sonr.io>
This commit is contained in:
Prad Nukala
2024-12-23 02:05:51 +00:00
committed by GitHub
parent 4d6a8628af
commit 30c984fd90
4 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ import (
)
func RegisterHandler(g *echo.Group) {
g.GET("/", renderProfileForm)
g.GET("/start", renderProfileForm)
g.POST("/profile", validateProfileForm)
g.GET("/passkey", renderPasskeyForm)
g.POST("/passkey", validatePasskeyForm)