Fixed compilation of samples

This commit is contained in:
Jocelyn Fiat
2012-04-12 12:51:52 +02:00
parent 1403cc5c09
commit e6a727ee42
2 changed files with 1 additions and 2 deletions

View File

@@ -50,7 +50,6 @@ feature {NONE} -- Handlers
create gh.make (4)
router.map ("/test", gh)
gh.map_default (h)
-- gh.map ("/test", h)
gh.map ("/test/{op}", h)
gh.map ("/test.{format}", h)