aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');