0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Fix whitespace in example

This commit is contained in:
Loïc Hoguin 2016-09-25 18:46:47 +02:00
parent 0424724062
commit cef6e5b472

View file

@ -64,7 +64,7 @@ not exist.
Dispatch = cowboy_router:compile([
{'_', [
{"/", toppage_h, []},
{"/ws", websocket_h, []}
{"/ws", websocket_h, []}
]}
]),