Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 79cfe4d

Browse files
committed
Add response caching middleware
1 parent 81a3351 commit 79cfe4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OpenTabletDriver.Web/Startup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
6767

6868
app.UseHttpsRedirection();
6969
app.UseStaticFiles();
70+
app.UseResponseCaching();
7071

7172
app.UseRouting();
7273
app.UseForwardedHeaders(new ForwardedHeadersOptions

0 commit comments

Comments
 (0)