mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-04 18:31:41 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user