This commit is contained in:
CHIEFSOFT\ameye
2024-05-26 14:34:58 -04:00
parent 915ef6f203
commit b201c5cccf
+1
View File
@@ -215,6 +215,7 @@ class WrenchMedia extends BaseController
if( $file_extension ) {
$local_url = "http://".$micro_service_net1.":3036/myfile/".$out["flie_uid"];
log_message('critical', "FILE URL ===== ---> ".$local_url );
return ["aaaa"=>$local_url];
}
header('Content-type: ' . $ctype);