mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
Removed Appserver and just set it as an example
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user