CSharpHttpServer/SimpleHttpServerTest/SimpleTestServer/SimpleEndpointDefinition.cs
2024-01-09 04:28:45 +01:00

5 lines
97 B
C#

namespace SimpleHttpServerTest.SimpleTestServer;
internal class SimpleEndpointDefinition {
}