aboutsummaryrefslogtreecommitdiff
path: root/server/controllers/example.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/controllers/example.js')
-rw-r--r--server/controllers/example.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/controllers/example.js b/server/controllers/example.js
deleted file mode 100644
index 400bafc..0000000
--- a/server/controllers/example.js
+++ /dev/null
@@ -1,7 +0,0 @@
-module.exports = {
- index(req, res) {
- res.json({
- status: "success"
- });
- }
-};