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

Merge branch 'routes-documentation' into v3.1.0

parents 75223433 c59669e9
Branches
Tags
No related merge requests found
Pipeline #27142 passed
......@@ -43,7 +43,7 @@ class HttpManager {
config.headers['Content-Type'] = 'multipart/form-data';
}
config.headers.Authorization = `ExerciseSecret ${ Config.exercise.secret }`;
config.headers.ExerciseSecret = Config.exercise.secret;
config.headers['client'] = 'DojoExerciseChecker';
config.headers['client-version'] = version;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment