Removed Appserver and just set it as an example

This commit is contained in:
Michael Bykovski
2017-07-21 13:52:10 +02:00
parent b657a1b385
commit e2937c177c
4 changed files with 16 additions and 144 deletions
-4
View File
@@ -1,9 +1,5 @@
import exec from 'cordova/exec';
import * as ImportedAppServer from './appserver/AppServer';
// Export the Appserver
export const AppServer = ImportedAppServer;
const WEBSERVER_CLASS = 'Webserver';
const START_FUNCTION = 'start';
const ONREQUEST_FUNCTION = 'onRequest';