Error page + config + docker
This commit is contained in:
parent
7e821296a6
commit
c6c533a503
13 changed files with 110 additions and 31 deletions
|
|
@ -10,7 +10,6 @@ func Index(c *fiber.Ctx) error {
|
|||
baseParams := templates.BaseTemplateParams{
|
||||
Title: "GPX downloader",
|
||||
}
|
||||
var indexParams templates.IndexParams
|
||||
|
||||
return helpers.TemplRender(c, templates.Index(baseParams, indexParams))
|
||||
return helpers.TemplRender(c, templates.Index(baseParams))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue