X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric_robot_suite%2Feteshare%2Fhealth%2Findex.php;fp=ric_robot_suite%2Feteshare%2Fhealth%2Findex.php;h=203aa3b588c3f7130a2d4a5ab7e7666f852dd352;hb=c5fa07bcd8cbd614bcd813cac698385b789bcfcb;hp=0000000000000000000000000000000000000000;hpb=59f84608ec15c016958a6e0e0ddd813f376c0925;p=it%2Ftest.git diff --git a/ric_robot_suite/eteshare/health/index.php b/ric_robot_suite/eteshare/health/index.php new file mode 100755 index 0000000..203aa3b --- /dev/null +++ b/ric_robot_suite/eteshare/health/index.php @@ -0,0 +1,42 @@ + 'ok' ] ; + echo json_encode( $data ); +} + +function handle_error() { + echo "Method not found"; +} + +?>