Fix merge issue.

This commit is contained in:
dotasek 2024-11-11 09:23:59 -05:00
parent 4c5c71411b
commit cac080b5bd
1 changed files with 0 additions and 4 deletions

View File

@ -61,10 +61,6 @@ public class ManagedWebAccess {
HTTPResult httpCall(HTTPRequest httpRequest);
}
public interface IFhirWebAccessor {
HTTPResult httpCall(HTTPRequest httpRequest);
}
public enum WebAccessPolicy {
DIRECT, // open access to the web, though access can be restricted only to domains in AllowedDomains
MANAGED, // no access except by the IWebAccessor