first landing of the Find page, including the four tabs and session memory of the selected tab
This commit is contained in:
@@ -64,6 +64,7 @@ func setupEcho() *echo.Echo {
|
||||
e.POST("/profile", ui.AmWrap(EditProfile))
|
||||
e.GET("/profile_photo", ui.AmWrap(ProfilePhotoForm))
|
||||
e.POST("/profile_photo", ui.AmWrap(ProfilePhoto))
|
||||
e.GET("/find", ui.AmWrap(FindPage))
|
||||
e.GET("/user/:uname", ui.AmWrap(ShowProfile))
|
||||
e.POST("/quick_email", ui.AmWrap(QuickEMail))
|
||||
e.GET("/sysadmin", ui.AmWrap(SysAdminMenu))
|
||||
|
||||
Reference in New Issue
Block a user