From 1aa19893f9b7a469ef85064f4ccea7b2ccf75ca5 Mon Sep 17 00:00:00 2001 From: Kalyax Date: Sun, 6 Nov 2022 18:09:09 +0100 Subject: [PATCH] Test API --- api/light.php | 5 +++++ api/temp.php | 4 ++++ scripts/temp.sh | 1 + 3 files changed, 10 insertions(+) create mode 100644 api/light.php create mode 100644 api/temp.php create mode 100644 scripts/temp.sh diff --git a/api/light.php b/api/light.php new file mode 100644 index 0000000..879c44e --- /dev/null +++ b/api/light.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/api/temp.php b/api/temp.php new file mode 100644 index 0000000..4c97ee4 --- /dev/null +++ b/api/temp.php @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/scripts/temp.sh b/scripts/temp.sh new file mode 100644 index 0000000..739dc11 --- /dev/null +++ b/scripts/temp.sh @@ -0,0 +1 @@ +echo "test" \ No newline at end of file