Messages now sending/loading and populating on message dropdown
This commit is contained in:
@@ -69,7 +69,8 @@ func RegisterAccountRoutes(app *bootstrap.App) {
|
||||
messages.GET("/send", msgH.SendGet)
|
||||
messages.POST("/send", msgH.SendPost)
|
||||
messages.GET("/archived", msgH.ArchivedList) // renders archived.html
|
||||
messages.GET("/:id", msgH.ReadGet) // renders read.html
|
||||
messages.GET("/read", msgH.ReadGet)
|
||||
|
||||
}
|
||||
|
||||
// Notifications (auth-required)
|
||||
|
||||
Reference in New Issue
Block a user