From 79ccad37c5251bf51e3bd7a180fa34238e55726c Mon Sep 17 00:00:00 2001 From: ig Date: Wed, 29 Mar 2023 10:39:53 +0200 Subject: [PATCH] Move Controller to src root --- csharp/App/Backend/{Controllers => }/Controller.cs | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename csharp/App/Backend/{Controllers => }/Controller.cs (100%) diff --git a/csharp/App/Backend/Controllers/Controller.cs b/csharp/App/Backend/Controller.cs similarity index 100% rename from csharp/App/Backend/Controllers/Controller.cs rename to csharp/App/Backend/Controller.cs