1
0
mirror of https://github.com/bitwarden/server synced 2026-01-11 13:03:27 +00:00
Files
server/src/Icons/Services/IDomainMappingService.cs
2022-08-29 16:06:55 -04:00

7 lines
116 B
C#

namespace Bit.Icons.Services;
public interface IDomainMappingService
{
string MapDomain(string hostname);
}