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

GitlabRoute => Remove plural

parent b362c9ec
No related branches found
No related tags found
No related merge requests found
enum GitlabRoutes { enum GitlabRoute {
NOTIFICATION_SETTINGS = '/notification_settings', NOTIFICATION_SETTINGS = '/notification_settings',
USERS_GET = '/users', USERS_GET = '/users',
REPOSITORY_GET = '/projects/{{id}}', REPOSITORY_GET = '/projects/{{id}}',
...@@ -14,4 +14,4 @@ enum GitlabRoutes { ...@@ -14,4 +14,4 @@ enum GitlabRoutes {
} }
export default GitlabRoutes; export default GitlabRoute;
\ 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