summaryrefslogtreecommitdiffstats
path: root/frontend/api/api.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/api/api.php')
-rw-r--r--frontend/api/api.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/api/api.php b/frontend/api/api.php
new file mode 100644
index 0000000..4f62ea3
--- /dev/null
+++ b/frontend/api/api.php
@@ -0,0 +1,7 @@
+<?php
+
+include_once '../../function.php';
+include_once '../../vendor/autoload.php';
+
+$api = new ApiLoginController();
+ \ No newline at end of file