aboutsummaryrefslogtreecommitdiff
path: root/app/Routes.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-08-15 21:48:54 -0400
committerThedro Neely <thedroneely@gmail.com>2019-08-15 21:48:54 -0400
commitb7c77177c1b940fff3f7cfa3609b05db054436dd (patch)
tree946850b20e2b1830190fbb526690924996dfe653 /app/Routes.php
parent0d73c7a4e399fbad523ca9273c9665833e390627 (diff)
downloadthedroneely.com-b7c77177c1b940fff3f7cfa3609b05db054436dd.tar.gz
thedroneely.com-b7c77177c1b940fff3f7cfa3609b05db054436dd.tar.bz2
thedroneely.com-b7c77177c1b940fff3f7cfa3609b05db054436dd.zip
app/Routes: Use v1 api routing scheme
Diffstat (limited to 'app/Routes.php')
-rw-r--r--app/Routes.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Routes.php b/app/Routes.php
index 16abe96..05edf2f 100644
--- a/app/Routes.php
+++ b/app/Routes.php
@@ -26,4 +26,4 @@ $router->post('contact', '../app/controllers/contact.controller.php');
* Api routes
*/
-$router->post('api/thumbnails', '../app/controllers/api/thumbnails.controller.php');
+$router->post('api/v1/thumbnails', '../app/controllers/api/thumbnails.controller.php');