aboutsummaryrefslogtreecommitdiffhomepage
path: root/.htaccess
Commit message (Collapse)AuthorAgeFilesLines
* REST API structure using Slim frameworkArthurHoaro2016-12-151-0/+4
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose.