Skip to content
Snippets Groups Projects
Verified Commit dd6c857a authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Define further entrypoints here and reuse those across components.

parent 9bb7b275
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!42Feature/registration
Pipeline #12013 failed
/**
* Contains server api entrypoints.
* Every server api call must be defined here and then used in the code.
*/
export enum EntryPoint {
login = '/api/web/login',
seniors = 'api/web/seniors/',
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment