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:
@@ -48,7 +48,7 @@ class GetVisitsAction 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');
|
||||
$startDate = $this->getDateQueryParam($request, 'startDate');
|
||||
|
||||
Reference in New Issue
Block a user