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

GlobalRoutes => ClientsConfig: Add max exercises per assignment information

parent c0f02b1a
Branches
No related tags found
No related merge requests found
Pipeline #38068 passed
......@@ -26,7 +26,8 @@ class BaseRoutes implements RoutesManager {
gitlabUrl : Config.gitlab.url,
gitlabAccountId : Config.gitlab.account.id,
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