mirror of
https://github.com/bykof/cordova-plugin-webserver.git
synced 2026-04-20 00:02:45 +08:00
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