diff options
Diffstat (limited to 'api/test.php')
-rw-r--r-- | api/test.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/test.php b/api/test.php new file mode 100644 index 0000000..627c0e1 --- /dev/null +++ b/api/test.php @@ -0,0 +1,4 @@ +<?php + +header("Content-Type: text/plain"); +die("SUCCESS");
\ No newline at end of file |