added content managment section to readme, changed index page name
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func IndexRoute(c *fiber.Ctx) error{
|
||||
content, err := GetContent("content", "readme")
|
||||
content, err := GetContent("content", "index")
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
return c.Status(505).SendString("Server error")
|
||||
|
Reference in New Issue
Block a user