Commit b388b645 authored by Rémy Coutable's avatar Rémy Coutable

Resolve conflict in app/assets/javascripts/api.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 0787f417
......@@ -14,11 +14,8 @@ const Api = {
dockerfilePath: '/api/:version/templates/dockerfiles/:key',
issuableTemplatePath: '/:namespace_path/:project_path/templates/:type/:key',
usersPath: '/api/:version/users.json',
<<<<<<< HEAD
=======
commitPath: '/api/:version/projects/:id/repository/commits',
>>>>>>> upstream/master
group(groupId, callback) {
const url = Api.buildUrl(Api.groupPath)
.replace(':id', groupId);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment