From 52f592c0279bf6b86743d8ceb43dfd4edef0e8ed Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 6 Jul 2016 22:12:21 +0200 Subject: [PATCH] Created new controllers directory for the API. --- src/application/controllers/api/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/application/controllers/api/index.html diff --git a/src/application/controllers/api/index.html b/src/application/controllers/api/index.html new file mode 100644 index 00000000..c942a79c --- /dev/null +++ b/src/application/controllers/api/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + \ No newline at end of file