summary refs log tree commit diff
path: root/ModAS.Server/Services/PingTask.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2023-12-31 16:38:20 +0100
committerRory& <root@rory.gay>2023-12-31 16:38:20 +0100
commit05289f61d7bd0650ef511cc92a8a657c493dce30 (patch)
treeed38ef598f9e37eaaf294b8864f361553869ee3c /ModAS.Server/Services/PingTask.cs
parentAdd auth, start of commit script (diff)
downloadModAS-05289f61d7bd0650ef511cc92a8a657c493dce30.tar.xz
Clean up swagger, clean up auth code HEAD github/master master
Diffstat (limited to '')
-rw-r--r--ModAS.Server/Services/PingTask.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/ModAS.Server/Services/PingTask.cs b/ModAS.Server/Services/PingTask.cs
deleted file mode 100644

index 99a8f40..0000000 --- a/ModAS.Server/Services/PingTask.cs +++ /dev/null
@@ -1,9 +0,0 @@ -namespace ModAS.Server.Services; - -public class PingTask : IHostedService, IDisposable { - public Task StartAsync(CancellationToken cancellationToken) => throw new NotImplementedException(); - - public Task StopAsync(CancellationToken cancellationToken) => throw new NotImplementedException(); - - public void Dispose() => throw new NotImplementedException(); -} \ No newline at end of file