-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace
chi
router with labstack/echo
HTTP server.
This is a big refactor. With admin templates, static files, HTML site templates and other mixed media types, `echo` is a better out of the box solution for handling routes and rendering responses. It eliminates the boilerplate chi required as the complexity has grown. (Optional) HTML site templates are bound to echo's built in renderer and admin templates are handled separately in `adminPage()`.
- Loading branch information
Showing
9 changed files
with
379 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.