Skip to content

Commit c3916e2

Browse files
dealloclambstream
authored andcommitted
disable file serve as wwwroot is empty
1 parent 9cd1384 commit c3916e2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Helldivers-2-API/Program.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,6 @@
145145
// Use response compression for smaller payload sizes
146146
app.UseResponseCompression();
147147

148-
// We host our OpenAPI spec and preview files from wwwroot/
149-
app.UseStaticFiles();
150-
151148
// select the correct culture for incoming requests
152149
app.UseRequestLocalization();
153150

0 commit comments

Comments
 (0)