aboutsummaryrefslogtreecommitdiff
path: root/fe/src/http.ts
AgeCommit message (Collapse)Author
2024-03-15Add routes for preference, clean up and add typesZach Berwaldt
2024-03-07feat: Update authentication route and add comments to exported membersZach Berwaldt
- The authentication route in the API has been updated to use a new router setup function. - Comments have been added to all exported members of the `auth.go` module in the internal controllers package.