mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
Make tests and updated the export of AppServer
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
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