aboutsummaryrefslogtreecommitdiff
path: root/api/internal/middleware
AgeCommit message (Collapse)Author
2024-03-07Refactor router and middleware packagesZach 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. ```