new: add config hub

This commit is contained in:
ngn
2024-05-05 21:22:45 +03:00
parent cb150c9280
commit 12e3b0c2d4
11 changed files with 343 additions and 18 deletions

View File

@ -15,6 +15,6 @@ func DownloadRoute(c *fiber.Ctx) error{
}
return c.Render("download", fiber.Map{
"readme": con,
"content": con,
})
}