diff --git a/application/config/routes.php b/application/config/routes.php index 785e325..6bef8da 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -52,3 +52,4 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $route['default_controller'] = 'home'; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; +$route['api/upload'] = 'upload/localhost';