Skip to content
Snippets Groups Projects
Commit 796ac23c authored by michael.minelli's avatar michael.minelli
Browse files

ApiRoute => Add refreshTokens route

parent 26ff3997
Branches
No related tags found
No related merge requests found
enum ApiRoute { enum ApiRoute {
LOGIN = '/login', LOGIN = '/login',
REFRESH_TOKENS = '/refresh_tokens',
TEST_SESSION = '/test_session', TEST_SESSION = '/test_session',
GITLAB_CHECK_TEMPLATE_ACCESS = '/gitlab/project/{{id}}/checkTemplateAccess', GITLAB_CHECK_TEMPLATE_ACCESS = '/gitlab/project/{{id}}/checkTemplateAccess',
ASSIGNMENT_GET = '/assignments/{{nameOrUrl}}', ASSIGNMENT_GET = '/assignments/{{nameOrUrl}}',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment