mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Removed options bypass in actions in favor of implicit options middleware
This commit is contained in:
@@ -47,7 +47,7 @@ class ResolveUrlAction extends AbstractRestAction
|
||||
* @param DelegateInterface $delegate
|
||||
* @return null|Response
|
||||
*/
|
||||
public function dispatch(Request $request, DelegateInterface $delegate)
|
||||
public function process(Request $request, DelegateInterface $delegate)
|
||||
{
|
||||
$shortCode = $request->getAttribute('shortCode');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user