diff --git a/src/SecTester.Repeater/Protocol.cs b/src/SecTester.Repeater/Protocol.cs index f35c880..4221d78 100644 --- a/src/SecTester.Repeater/Protocol.cs +++ b/src/SecTester.Repeater/Protocol.cs @@ -1,9 +1,6 @@ -using System.Runtime.Serialization; - namespace SecTester.Repeater; public enum Protocol { - [EnumMember(Value = "http")] Http }