aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-play-example/conf/routes
diff options
context:
space:
mode:
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 122c355a..2178c946 100644
--- a/kamon-examples/kamon-play-example/conf/routes
+++ b/kamon-examples/kamon-play-example/conf/routes
@@ -1,3 +1,4 @@
# Routes
GET /helloKamon controllers.KamonPlayExample.sayHello
-GET /helloKamonWithTraceName controllers.KamonPlayExample.sayHelloWithTraceName \ No newline at end of file
+GET /helloKamonWithTraceName controllers.KamonPlayExample.sayHelloWithTraceName
+GET /incrementCounter controllers.KamonPlayExample.incrementCounter \ No newline at end of file