forked from github/cordova-plugin-webserver
GCDWebserver appended to the project
This commit is contained in:
+3
-1
@@ -19,7 +19,9 @@ exports.defineAutoTests = function() {
|
||||
};
|
||||
|
||||
exports.defineManualTests = function(contentEl, createActionButton) {
|
||||
createActionButton('Start', function() {
|
||||
createActionButton('Start Webserver', function() {
|
||||
console.log(webserver);
|
||||
|
||||
webserver.start(
|
||||
function() {
|
||||
console.log('Success!');
|
||||
|
||||
Reference in New Issue
Block a user