diff --git a/src/Servant.hs b/src/Servant.hs index f2bd5181..1203de37 100644 --- a/src/Servant.hs +++ b/src/Servant.hs @@ -75,12 +75,3 @@ runTest port = run port test -- visit http://localhost:8000/hello/world -- visit http://localhost:8000/hello/soenke -- visit http://localhost:8000/hello/alp - --- however... --- visit http://localhost:8000/hello/world/foo --- -> this will just match "world" but won't complain about the additional "/foo" --- --- do we want that? --- --- maybe we want to check that the pathInfo list is empty when we reach Get --- (and Post etc when the time comes :-) ) \ No newline at end of file