From 6aaa4ff113c9a5ca9c022d8fa39a43ffca288948 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 18 Jan 2025 20:41:48 +0200 Subject: feat(controllers): Add a test controller --- controllers/meta.php | 12 ++++++++++++ controllers/test.php | 5 +++++ 2 files changed, 17 insertions(+) create mode 100644 controllers/meta.php create mode 100644 controllers/test.php diff --git a/controllers/meta.php b/controllers/meta.php new file mode 100644 index 0000000..ea26c30 --- /dev/null +++ b/controllers/meta.php @@ -0,0 +1,12 @@ + on_post(), + 'GET' => on_get(), + 'PUT' => on_put(), + 'DELETE' => on_delete(), +}; diff --git a/controllers/test.php b/controllers/test.php new file mode 100644 index 0000000..1b3b2c4 --- /dev/null +++ b/controllers/test.php @@ -0,0 +1,5 @@ +