Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit ef34ea7

Browse files
fixed failing test
1 parent 8dc3a4f commit ef34ea7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/SqlStreamStore.Server/SqlStreamStoreServerStartup.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public SqlStreamStoreServerStartup(
3131

3232
public IServiceProvider ConfigureServices(IServiceCollection services) => services
3333
.AddResponseCompression(options => options.MimeTypes = new[] { "application/hal+json" })
34+
.AddRouting()
3435
.BuildServiceProvider();
3536

3637
public void Configure(IApplicationBuilder app) => app

0 commit comments

Comments
 (0)