aboutsummaryrefslogtreecommitdiff
path: root/kamon-examples/kamon-play-example/conf/routes
blob: 2178c946fba33bac4db11a8e99535127d2e86c52 (plain) (blame)
1
2
3
4
# Routes
GET     /helloKamon                      controllers.KamonPlayExample.sayHello
GET     /helloKamonWithTraceName         controllers.KamonPlayExample.sayHelloWithTraceName
GET     /incrementCounter                controllers.KamonPlayExample.incrementCounter