Created
August 1, 2010 12:22
-
-
Save moonmaster9000/503303 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get ["echo", word] | |
| length word == 4 = body "4 letter word" >> status 403 | |
| otherwise = body word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment