fix: fixes name in various files

This commit is contained in:
2026-07-20 07:54:02 +02:00
parent 4061f2067c
commit a977b24b9b
39 changed files with 112 additions and 112 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
using System.Threading.Channels;
using ReverseLlama.Protocol;
using Ngino.Protocol;
namespace ReverseLlama.Server;
namespace Ngino.Server;
internal sealed class PendingProxyRequest
{