Skip to content

Commit c26cbad

Browse files
committed
Remove AsyncURIMatcher::iExact
1 parent 26f4552 commit c26cbad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/URIMatcher/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ server.on(AsyncURIMatcher::exact("/login"), handler);
200200
server.on(AsyncURIMatcher::prefix("/api"), handler);
201201
server.on(AsyncURIMatcher::dir("/admin"), handler);
202202
server.on(AsyncURIMatcher::ext("/images/*.jpg"), handler);
203-
server.on(AsyncURIMatcher::iExact("/case"), handler);
204203

205204
#ifdef ASYNCWEBSERVER_REGEX
206205
server.on(AsyncURIMatcher::regex("^/user/([0-9]+)$"), handler);

0 commit comments

Comments
 (0)