upload path test

This commit is contained in:
CHIEFSOFT\ameye
2023-06-01 21:27:09 -04:00
parent 2f2f409ffe
commit a6a520a99f
2 changed files with 5 additions and 268 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ if (array_search($_SERVER['REQUEST_METHOD'], $methods) === false) {
if ($_SERVER["REQUEST_METHOD"] == "POST") {
if ( $endpoint == 'uploads'){
$local_out=["test_msg"=>'Yes the upload endpoinmt was hit******** 777'];
$local_out=["test_msg"=>'Yes the upload endpoint was hit******** 777'];
$call_backend = false; // will be decided after file is saved
}
$call_backend = false;