Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
add new routes
Browse files Browse the repository at this point in the history
  • Loading branch information
DaviMenezes committed Mar 30, 2018
1 parent 1b86f79 commit e7d3d1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ public static function getRoutes()
$routes['SystemDocumentUploaderService'] = SystemDocumentUploaderService::class;
$routes['AdiantiUploaderService'] = AdiantiUploaderService::class;
$routes['AdiantiMultiSearchService'] = AdiantiMultiSearchService::class;


$routes['download'] = 'download.php';

return $routes;
}
}

0 comments on commit e7d3d1e

Please sign in to comment.