From 69f961a23cb8a2196d5315105eb4a72764625351 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 17 Dec 2019 20:46:17 +0100 Subject: disable import and checkin API endpoints in production mode --- templates/account.html.ep | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/account.html.ep') diff --git a/templates/account.html.ep b/templates/account.html.ep index be61518..2cc7f35 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -170,6 +170,7 @@ %= end --> + % if (app->mode eq 'development') { Travel @@ -216,6 +217,7 @@ %= end + % } -- cgit v1.2.3