Skip to content

Commit ee69d11

Browse files
fixup! chore: add base solution files
1 parent 0f3cd56 commit ee69d11

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

Doppler.HelloMicroservice/Startup.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
4343
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "Doppler.HelloMicroservice v1"));
4444
}
4545

46+
app.UseStaticFiles();
47+
4648
app.UseRouting();
4749

4850
app.UseAuthorization();
14.7 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Disallow: /__

0 commit comments

Comments
 (0)