aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-play-example/conf/routes
diff options
context:
space:
mode:
authorDiego <diegolparra@gmail.com>2014-06-28 13:05:52 -0300
committerDiego <diegolparra@gmail.com>2014-06-28 13:05:52 -0300
commit345b195782adc825cc4f97eb8d1c87ea22d1d0f9 (patch)
tree6b4b043ef92d4a1661e929520de0e6dd04d50175 /kamon-examples/kamon-play-example/conf/routes
parent0279260cde60505f311aeed08b4706a4dc6fded0 (diff)
downloadKamon-345b195782adc825cc4f97eb8d1c87ea22d1d0f9.tar.gz
Kamon-345b195782adc825cc4f97eb8d1c87ea22d1d0f9.tar.bz2
Kamon-345b195782adc825cc4f97eb8d1c87ea22d1d0f9.zip
= kamon-examples: updated play example with the TraceName Action
Diffstat (limited to 'kamon-examples/kamon-play-example/conf/routes')
-rw-r--r--kamon-examples/kamon-play-example/conf/routes3
1 files changed, 2 insertions, 1 deletions
diff --git a/kamon-examples/kamon-play-example/conf/routes b/kamon-examples/kamon-play-example/conf/routes
index 6c7733cc..122c355a 100644
--- a/kamon-examples/kamon-play-example/conf/routes
+++ b/kamon-examples/kamon-play-example/conf/routes
@@ -1,2 +1,3 @@
# Routes
-GET /helloKamon controllers.KamonPlayExample.sayHelloKamon \ No newline at end of file
+GET /helloKamon controllers.KamonPlayExample.sayHello
+GET /helloKamonWithTraceName controllers.KamonPlayExample.sayHelloWithTraceName \ No newline at end of file