Commit b36b6395 authored by Chanon.u's avatar Chanon.u
Browse files

Update alert message when url is invalid

parent e440445a
......@@ -43,7 +43,7 @@ class SpnConfigController extends Controller
if($httpCode == '404'){
return [
'success' => 'false',
'message' => 'This endpoint does not support this feature. Please update patch before submit.'
'message' => 'This endpoint is invaid or not support this feature. Please revise or update patch before submit.'
];
}
......
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