mirror of
https://github.com/bitwarden/server
synced 2026-01-11 13:03:27 +00:00
7 lines
116 B
C#
7 lines
116 B
C#
namespace Bit.Icons.Services;
|
|
|
|
public interface IDomainMappingService
|
|
{
|
|
string MapDomain(string hostname);
|
|
}
|