From 7cc9c6bf9afc8bd32de82045fe37b319a3714844 Mon Sep 17 00:00:00 2001 From: Dave O'Brien Date: Fri, 7 Dec 2018 15:48:44 +0000 Subject: [PATCH] Add health routes --- conf/prod.routes | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/prod.routes b/conf/prod.routes index 1e39cc9..e2a4ffd 100644 --- a/conf/prod.routes +++ b/conf/prod.routes @@ -1,2 +1,3 @@ +-> / health.Routes GET / controllers.Assets.at(path="/public", file="index.html") GET /*file controllers.Assets.at(path="/public", file)