mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 01:03:13 +08:00
Added redirects to the list of domains
This commit is contained in:
@@ -25,8 +25,6 @@ class ListDomainsAction extends AbstractRestAction
|
||||
$apiKey = AuthenticationMiddleware::apiKeyFromRequest($request);
|
||||
$domainItems = $this->domainService->listDomains($apiKey);
|
||||
|
||||
// TODO Support including not found redirects if requested via query param
|
||||
|
||||
return new JsonResponse([
|
||||
'domains' => [
|
||||
'data' => $domainItems,
|
||||
|
||||
Reference in New Issue
Block a user