mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge branch '3.8'
Conflicts: lib/classes/Bridge/Api/Dailymotion.php lib/classes/Bridge/Api/Flickr.php lib/classes/Bridge/Api/Interface.php lib/classes/DailymotionWithoutOauth2.php
This commit is contained in:
@@ -32,7 +32,8 @@ class Bridge implements ControllerProviderInterface
|
||||
});
|
||||
|
||||
$controllers
|
||||
->post('/manager/', 'bridge.controller:doPostManager');
|
||||
->post('/manager/', 'bridge.controller:doPostManager')
|
||||
->bind('prod_bridge_manager');
|
||||
|
||||
$controllers
|
||||
->get('/login/{api_name}/', 'bridge.controller:doGetLogin')
|
||||
|
Reference in New Issue
Block a user