From c0df341818a00f8428853615e58a0c34463b3eeb Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Fri, 5 Feb 2021 15:11:03 +0100 Subject: [PATCH] Added base API structure --- api/endpoint/ping.php | 3 +++ api/index.php | 0 api/router.php | 5 ----- api/sources/sources.md | 1 + server.conf | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) create mode 100644 api/endpoint/ping.php delete mode 100644 api/index.php delete mode 100644 api/router.php create mode 100644 api/sources/sources.md diff --git a/api/endpoint/ping.php b/api/endpoint/ping.php new file mode 100644 index 0000000..019f31c --- /dev/null +++ b/api/endpoint/ping.php @@ -0,0 +1,3 @@ +