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

Merge branch 'ask-user-to-delete-exercises-on-duplicates' into v6.0.0

parents c0f02b1a 9d7b90b7
No related branches found
No related tags found
No related merge requests found
Pipeline #38075 passed
...@@ -23,10 +23,11 @@ class BaseRoutes implements RoutesManager { ...@@ -23,10 +23,11 @@ class BaseRoutes implements RoutesManager {
private async clientsConfig(req: express.Request, res: express.Response) { private async clientsConfig(req: express.Request, res: express.Response) {
return req.session.sendResponse(res, StatusCodes.OK, { return req.session.sendResponse(res, StatusCodes.OK, {
gitlabUrl : Config.gitlab.url, gitlabUrl : Config.gitlab.url,
gitlabAccountId : Config.gitlab.account.id, gitlabAccountId : Config.gitlab.account.id,
gitlabAccountUsername: Config.gitlab.account.username, gitlabAccountUsername : Config.gitlab.account.username,
loginGitlabClientId : Config.login.gitlab.client.id loginGitlabClientId : Config.login.gitlab.client.id,
exerciseMaxPerAssignment: Config.exercise.maxPerAssignment
}); });
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment