Skip to content

Commit b1dd04c

Browse files
committed
Update Program.cs
1 parent d8f9418 commit b1dd04c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TechStacks/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
"/swagger",
148148
]);
149149

150-
app.UseStaticFiles();
150+
//app.UseStaticFiles(); // All static assets are now served by Next.js
151151
app.UseCookiePolicy();
152152
app.UseCors();
153153

0 commit comments

Comments
 (0)