From 147124e00e3d53c91193586c8d5f040cfb4629b0 Mon Sep 17 00:00:00 2001 From: Vitalick Kovalenko Date: Sat, 23 Dec 2023 01:18:04 +0300 Subject: [PATCH] make api --- CyberBoom/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CyberBoom/Program.cs b/CyberBoom/Program.cs index 78747be..ea67f69 100644 --- a/CyberBoom/Program.cs +++ b/CyberBoom/Program.cs @@ -77,7 +77,7 @@ app.UseStaticFiles(new StaticFileOptions { FileProvider = new PhysicalFileProvider( Path.Combine(builder.Environment.ContentRootPath, "cyber-boom-files")), - RequestPath = "/cyber-boom-files" + RequestPath = "/api/cyber-boom-files" }); // Configure the HTTP request pipeline.