From 18e6796726d73d7dc90ecdd16c181493941f5487 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 15 Dec 2016 10:13:00 +0100 Subject: REST API structure using Slim framework * REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. --- tpl/configure.html | 2 +- tpl/install.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl') diff --git a/tpl/configure.html b/tpl/configure.html index a015770e..b4197bf9 100644 --- a/tpl/configure.html +++ b/tpl/configure.html @@ -81,7 +81,7 @@ - Enable API + Enable REST API diff --git a/tpl/install.html b/tpl/install.html index eda4c54d..42874dcd 100644 --- a/tpl/install.html +++ b/tpl/install.html @@ -21,7 +21,7 @@ -- cgit v1.2.3