From 58cda9cc7fb79ca9df6746de7f9662bc08dc156a Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 13 Oct 2017 12:29:40 +0200 Subject: initial commit --- src/api/AppApi.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/api/AppApi.js (limited to 'src/api/AppApi.js') diff --git a/src/api/AppApi.js b/src/api/AppApi.js new file mode 100644 index 000000000..411c187f4 --- /dev/null +++ b/src/api/AppApi.js @@ -0,0 +1,9 @@ +export default class AppApi { + constructor(server) { + this.server = server; + } + + health() { + return this.server.healthCheck(); + } +} -- cgit v1.2.3-70-g09d2