Skip to content

Commit 42d7973

Browse files
committed
Enable PostmanFeature
1 parent 2141f1e commit 42d7973

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ResultsView/Global.asax.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public override void Configure(Container container)
2323
Plugins.Add(new RazorFormat());
2424
Plugins.Add(new RequestLogsFeature());
2525
Plugins.Add(new CorsFeature());
26+
Plugins.Add(new PostmanFeature());
2627

2728
//Load environment config from text file if exists
2829
var liveSettings = "~/appsettings.txt".MapHostAbsolutePath();

0 commit comments

Comments
 (0)