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