Add admin routes
This commit is contained in:
@ -32,12 +32,3 @@ func (h *Handler) accounts(c *gin.Context) {
|
||||
|
||||
c.HTML(http.StatusOK, "accounts.html", d)
|
||||
}
|
||||
|
||||
type AdminData struct {
|
||||
}
|
||||
|
||||
func (h *Handler) admin(c *gin.Context) {
|
||||
d := AdminData{}
|
||||
|
||||
c.HTML(http.StatusOK, "accounts.html", d)
|
||||
}
|
||||
|
Reference in New Issue
Block a user