Added keyboard shortcuts for post editing.
This commit is contained in:
parent
4f7058bf36
commit
44d35c6ccb
13 changed files with 215 additions and 28 deletions
|
|
@ -13,6 +13,7 @@ func AuthUser() func(c fiber.Ctx) error {
|
|||
user := models.User{
|
||||
ID: 1,
|
||||
Username: "testuser",
|
||||
TimeZone: "Australia/Melbourne",
|
||||
}
|
||||
|
||||
c.Locals("user", user)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue