Skip to content
Snippets Groups Projects
Commit 3c3be63d authored by Tibo's avatar Tibo
Browse files

bump minimum MARk version to 2.6.0

parent a79710fc
No related branches found
No related tags found
No related merge requests found
Pipeline #6695 passed
......@@ -12,7 +12,7 @@ use Composer\Semver\Semver;
*/
class Mark
{
private static $VERSION_CONSTRAINT = "^2.3.0";
private static $VERSION_CONSTRAINT = "^2.6.0";
private static $instance;
public static function get() : Client
......
......@@ -46,6 +46,8 @@ Route::prefix('app')
Route::get('evidence/{id}/false-alarm', 'MarkController@falseAlarm');
Route::get('evidence/{id}/true-detection', 'MarkController@trueDetection');
// display an error
// this route is actually triggered by app/Mark.php
Route::get('error', 'MarkController@error');
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment