1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-24 22:32:22 -05:00
bitwarden/src/Api/ApiSettings.cs
2017-10-25 10:59:30 -04:00

10 lines
210 B
C#

namespace Bit.Api
{
public class ApiSettings
{
public string OurAddress1 { get; set; }
public string OurAddress2 { get; set; }
public string OurAddress3 { get; set; }
}
}