Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-16 | remove unnessary logs. remove logger and recovery, default has these | Zach Berwaldt | |
2024-03-15 | Add routes for preference, clean up and add types | Zach Berwaldt | |
2024-03-07 | Refactor router and middleware packages | Zach Berwaldt | |
- Move middleware functions from `main.go` to `middleware.go` in the `middleware` package. - Update import statements in `main.go` and use the `router` package instead of the `controllers` package. ``` Refactor router and middleware packages Move middleware functions from `main.go` to `middleware.go` in the `middleware` package. Update import statements in `main.go` and use the `router` package instead of the `controllers` package. ``` |