mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-07 15:53:13 +08:00
Added support to define differnet not-found redirects per domain
This commit is contained in:
@@ -22,4 +22,6 @@ interface DomainServiceInterface
|
||||
public function getDomain(string $domainId): Domain;
|
||||
|
||||
public function getOrCreate(string $authority): Domain;
|
||||
|
||||
public function findByAuthority(string $authority): ?Domain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user