mirror of
https://github.com/gogs/gogs.git
synced 2026-02-01 12:09:26 +01:00
- Update imports in web.go, context.go, auth.go, api.go - Replace Macaron with Flamego initialization - Update middleware configuration - Convert route syntax from :param to <param> - Update session, CSRF, cache middleware to Flamego versions - Add custom health check endpoint - Update Context struct to work with Flamego - Update Contexter middleware - Add helper methods for Status, JSON, Header, Written Co-authored-by: unknwon <2946214+unknwon@users.noreply.github.com>