aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/switch_handler_h.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-05 10:30:26 +0100
committerLoïc Hoguin <[email protected]>2018-11-05 10:30:26 +0100
commit805a156785a08316c768fa51c7441a750a6c9f53 (patch)
tree98efd6ca58bbca7e95a9907f7d4ce5045eaa50bb /test/handlers/switch_handler_h.erl
parent06f9f3714f1630d4818ae0d240871a7656b9bcad (diff)
downloadcowboy-805a156785a08316c768fa51c7441a750a6c9f53.tar.gz
cowboy-805a156785a08316c768fa51c7441a750a6c9f53.tar.bz2
cowboy-805a156785a08316c768fa51c7441a750a6c9f53.zip
Test stop against all relevant REST callbacks
Diffstat (limited to 'test/handlers/switch_handler_h.erl')
-rw-r--r--test/handlers/switch_handler_h.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/handlers/switch_handler_h.erl b/test/handlers/switch_handler_h.erl
index 264be68..cf656ae 100644
--- a/test/handlers/switch_handler_h.erl
+++ b/test/handlers/switch_handler_h.erl
@@ -1,3 +1,5 @@
+%% This module returns switch_handler based on the query string.
+
-module(switch_handler_h).
-export([init/2]).