Commit 7de34ee1 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Déplace l'API d'upload dans une sous-route (/files/api).

Showing with 1 addition and 1 deletion
+1 -1
...@@ -27,7 +27,7 @@ use Symfony\Component\Routing\RouterInterface; ...@@ -27,7 +27,7 @@ use Symfony\Component\Routing\RouterInterface;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface; use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
/** /**
* @Route("/files", service="irstea_file_upload.upload_controller") * @Route("/files/api", service="irstea_file_upload.upload_controller")
*/ */
class UploadController extends Controller class UploadController extends Controller
{ {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment