From dfc2676c2508ce6713ef47ac2e720b67f7249deb Mon Sep 17 00:00:00 2001 From: Alp Mestanogullari Date: Tue, 21 Oct 2014 16:37:51 +0200 Subject: [PATCH] fixed the bug i mentionned in a note, so removed that part of the note --- src/Servant.hs | 9 --------- 1 file changed, 9 deletions(-) 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