mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Refactored method in DomainRepo, as one fo their arguments was no longer used
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"tags": [
|
||||
"Domains"
|
||||
],
|
||||
"summary": "List existing domains",
|
||||
"description": "Returns the list of all domains ever used, with a flag that tells if they are the default domain",
|
||||
"summary": "List configured domains",
|
||||
"description": "Returns the list of all domains that have been either used for some short URL, or have explicitly configured redirects.<br/>It also includes the domain redirects, plus the default redirects that will be used for any non-explicitly-configured one.",
|
||||
"security": [
|
||||
{
|
||||
"ApiKey": []
|
||||
|
||||
Reference in New Issue
Block a user