mirror of
https://github.com/bitwarden/server.git
synced 2025-04-24 22:32:22 -05:00
10 lines
210 B
C#
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; }
|
|
}
|
|
}
|