We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8144b70 commit e3782ebCopy full SHA for e3782eb
1 file changed
App/backend-api/Microsoft.GS.DPS.Host/API/KernelMemory/KernelMemory.cs
@@ -1,4 +1,4 @@
1
-using Microsoft.GS.DPSHost.AppConfiguration;
+using Microsoft.GS.DPSHost.AppConfiguration;
2
using Microsoft.Extensions.Options;
3
using Microsoft.KernelMemory;
4
using Microsoft.Net.Http.Headers;
@@ -13,7 +13,7 @@
13
14
namespace Microsoft.GS.DPSHost.API
15
{
16
- // Define File Upload and Ask API
+ //Define File Upload and Ask API
17
public class KernelMemory
18
19
public static void AddAPIs(WebApplication app)
0 commit comments