From 4d75571fd16a1d91aaf545b8d609bc4351584d2c Mon Sep 17 00:00:00 2001 From: Jordan Day Date: Tue, 20 Jan 2015 10:10:29 -0600 Subject: [PATCH] whoopsie --- priv/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/index.html b/priv/index.html index ab3e875..42f9218 100644 --- a/priv/index.html +++ b/priv/index.html @@ -86,7 +86,7 @@
  • /robots.txt Returns some robots.txt rules.
  • /deny Denied by robots.txt file.
  • /cache 200 unless If-Modified-Since was sent, then 304.
  • -
  • /stream-bytes/:n Streams n random bytes of binary data, accepts optional seed and chunk_size integer parameters. +
  • /stream-bytes/:n Streams n random bytes of binary data, accepts optional seed and chunk_size integer parameters.
  • /base64/:value Decodes value base64url-encoded string.
  • /image Return an image based on Accept header.
  • /websocket Echo message received through websocket.