feature: Ward Gateway Service (Local-First Clinical Path)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public sealed class CentralApiOptions
|
||||
{
|
||||
public const string Section = "CentralApi";
|
||||
public string BaseUrl { get; init; } = "http://localhost:5080";
|
||||
}
|
||||
Reference in New Issue
Block a user