Typo breaking the concept of 'user has to manually run the first diagnosis'

This commit is contained in:
Alexandre Aubin 2020-10-04 00:09:05 +02:00
parent 146669e317
commit d3b32361ae

View file

@ -8,7 +8,7 @@
// ********* // *********
app.get('#/diagnosis', function (c) { app.get('#/diagnosis', function (c) {
c.api('POST', '/diagnosis/run?except-if-never-ran-yet', {}, function() { c.api('POST', '/diagnosis/run?except_if_never_ran_yet', {}, function() {
updateDiagnosisView(); updateDiagnosisView();
}); });
}); });