Commit 5e644cec authored by Antonio.Suerte's avatar Antonio.Suerte

Added Response Status Indication

parent d669c370
......@@ -142,6 +142,7 @@ class DevTools extends DevComponents {
}
if(count($stops) != 0){
header("HTTP/1.1 403 Forbidden due to validation results");
die(json_encode($stops));
}else{
if(isset($jwtDecodedObject))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment