Remove unused service

This commit is contained in:
Archangel
2025-09-20 17:01:56 +02:00
parent d9e660f5b5
commit 211e6a62b9
@@ -21,8 +21,7 @@ public class SptHttpListener(
ISptLogger<SptHttpListener> logger,
ISptLogger<RequestLogger> requestsLogger,
JsonUtil jsonUtil,
HttpResponseUtil httpResponseUtil,
ServerLocalisationService serverLocalisationService
HttpResponseUtil httpResponseUtil
) : IHttpListener
{
private static readonly ImmutableHashSet<string> SupportedMethods = ["GET", "PUT", "POST"];