aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-play-newrelic-example/conf/routes
diff options
context:
space:
mode:
Diffstat (limited to 'kamon-examples/kamon-play-newrelic-example/conf/routes')
-rw-r--r--kamon-examples/kamon-play-newrelic-example/conf/routes3
1 files changed, 3 insertions, 0 deletions
diff --git a/kamon-examples/kamon-play-newrelic-example/conf/routes b/kamon-examples/kamon-play-newrelic-example/conf/routes
new file mode 100644
index 00000000..c1c9d64b
--- /dev/null
+++ b/kamon-examples/kamon-play-newrelic-example/conf/routes
@@ -0,0 +1,3 @@
+# Routes
+GET /helloKamon controllers.NewRelicExample.sayHelloKamon
+GET /helloNewRelic controllers.NewRelicExample.sayHelloNewRelic