From a9a7fa4492fecae9b03cc79d960a72d3bfbd3fdc Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 31 Dec 2019 13:27:14 +0100 Subject: Release Travel API --- templates/account.html.ep | 2 +- templates/api_documentation.html.ep | 4 ++-- templates/changelog.html.ep | 13 +++++++++++++ 3 files changed, 16 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/account.html.ep b/templates/account.html.ep index e6a4576..8b14bd0 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -170,7 +170,6 @@ %= end --> - % if (app->mode eq 'development') { Travel @@ -194,6 +193,7 @@ %= end + % if (app->mode eq 'development') { Import diff --git a/templates/api_documentation.html.ep b/templates/api_documentation.html.ep index e5d026f..73f02cb 100644 --- a/templates/api_documentation.html.ep +++ b/templates/api_documentation.html.ep @@ -65,8 +65,6 @@ -% if (app->mode eq 'development') { -

Travel

@@ -148,6 +146,8 @@
+% if (app->mode eq 'development') { +

Import

diff --git a/templates/changelog.html.ep b/templates/changelog.html.ep index 7c5f3b8..8492a06 100644 --- a/templates/changelog.html.ep +++ b/templates/changelog.html.ep @@ -1,5 +1,18 @@

Changelog

+
+
+ 1.13 +
+
+

+ add API-Endpunkt zum Einchecken in + Züge, aktualisieren der Zielwahl und Zurücknehmen des letzten + Checkins. +

+
+
+
1.12 -- cgit v1.2.3