add the new version to README

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn
2025-01-18 04:51:53 +03:00
parent fa2f3acb35
commit fb58722216
13 changed files with 242 additions and 264 deletions

View File

@ -9,6 +9,6 @@ func GET_Index(c *fiber.Ctx) error {
conf := c.Locals("config").(*config.Type)
app := conf.GetURL("app_url")
// redirect to the API documentation
// redirect to the API documentation
return c.Redirect(app.JoinPath("/doc/api").String())
}