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

Déplace l'API d'upload dans /api/files (depuis /files/api).

Showing with 1 addition and 1 deletion
+1 -1
......@@ -27,7 +27,7 @@ use Symfony\Component\Routing\RouterInterface;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
/**
* @Route("/files/api", service="irstea_file_upload.upload_controller")
* @Route("/api/files", service="irstea_file_upload.upload_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