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/api_documentation.html.ep | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/api_documentation.html.ep') diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index cf3a57a..2e3e66d 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -65,6 +65,8 @@ +% if (app->mode eq 'development') { +

Travel

@@ -188,3 +190,5 @@

+ +% } -- cgit v1.2.3