Version 7 #53

Merged
vlbeaudoin merged 33 commits from rewrite/v7 into main 2024-09-03 11:17:26 -04:00
Showing only changes of commit d80c7675f9 - Show all commits

View file

@ -15,6 +15,7 @@ import (
func addRoutes(e *echo.Echo, db *PostgresClient, cfg Config) error {
_ = db
_ = cfg
apiPath := "/api/v7"
apiGroup := e.Group(apiPath)