summaryrefslogtreecommitdiff
path: root/internal/server/endpoints/endpoints.go
AgeCommit message (Collapse)Author
2024-02-19Server: Delete old files to prepare for new internal APIjwijenbergh
2023-09-25Endpoints: Double check HTTPS schemejwijenbergh
Now the note in the CLI is really not needed, but maybe wise to keep it there?
2023-09-25Refactor: Split internal server into multiple packagesjwijenbergh
- Pass contexts - Have separate packages for e.g. custom, institute and secure - internet servers, profiles.... - Return types from the public ./types package with a Public() method