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

ApiRoute => Rename for remove the plural

parent cb174816
No related branches found
No related tags found
No related merge requests found
enum ApiRoutes { enum ApiRoute {
LOGIN = '/login', LOGIN = '/login',
TEST_SESSION = '/test_session', TEST_SESSION = '/test_session',
GITLAB_CHECK_TEMPLATE_ACCESS = '/gitlab/project/{{id}}/checkTemplateAccess', GITLAB_CHECK_TEMPLATE_ACCESS = '/gitlab/project/{{id}}/checkTemplateAccess',
...@@ -12,4 +12,4 @@ enum ApiRoutes { ...@@ -12,4 +12,4 @@ enum ApiRoutes {
} }
export default ApiRoutes; export default ApiRoute;
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment