Skip to content

Commit 8fe2fbd

Browse files
committed
Update README.md
1 parent 72dfd02 commit 8fe2fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var server = webapi.
5353
Configure(
5454
typeof(TestController),
5555
builder=> {
56-
//builder.Use<MyMiddleware>();
56+
builder.Use<MyMiddleware>();
5757
}
5858
).
5959
Start("http://localhost:8080");

0 commit comments

Comments
 (0)