commit | 4fda71b01cee170c115ca566fb87b9598d48565d | [log] [tgz] |
---|---|---|
author | Frank Dietrich <frank.dietrich@pta.eu> | Thu Jan 11 08:39:12 2018 +0100 |
committer | Frank Dietrich <frank.dietrich@pta.eu> | Thu Jan 11 08:39:12 2018 +0100 |
tree | 7455b2148055683e8c685cc7eb8f70e32ad4ffdb | |
parent | 6201c3078ea82a7c58347131c9eb10a078ced0b9 [diff] |
fixed missing URI encoding bug
diff --git a/src/app/common/globals.ts b/src/app/common/globals.ts index 0a12cfd..5d7ca1a 100644 --- a/src/app/common/globals.ts +++ b/src/app/common/globals.ts
@@ -1,5 +1,5 @@ export class Globals { - static FRONTEND_VERSION = '1.0.0'; + static FRONTEND_VERSION = '1.0.1'; static SESSION_TOKEN_TAG = 'X-XSRF-TOKEN'; static CURRENT_USER = 'CURRENT_USER'; static BASE_URL = '/elogbook/rest/beservice';