X-Git-Url: http://nitlanguage.org diff --git a/lib/popcorn/examples/routing/test_example_param_route.sav/test_example_param_route.res b/lib/popcorn/examples/routing/test_example_param_route.sav/test_example_param_route.res deleted file mode 100644 index 87c2dea..0000000 --- a/lib/popcorn/examples/routing/test_example_param_route.sav/test_example_param_route.res +++ /dev/null @@ -1,38 +0,0 @@ - -[Client] curl -s localhost:*****/Morriar -Hello Morriar -[Client] curl -s localhost:*****// - - - - - Not Found - - -

404 Not Found

- - -[Client] curl -s localhost:*****/ - - - - - Not Found - - -

404 Not Found

- - -[Client] curl -s localhost:*****/not_found -Hello not_found -[Client] curl -s localhost:*****/not_found/not_found - - - - - Not Found - - -

404 Not Found

- -