fix(webserver): update to maintained repo (#3696)

Change package cordova-plugin-webserver obsolete to cordova-plugin-webserver2

Co-authored-by: Shin <45375496+NguyenThanh1995@users.noreply.github.com>
This commit is contained in:
Shin Tachibana 2021-08-03 03:41:05 +07:00 committed by GitHub
parent aae484dfe9
commit d506795715
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,9 +57,9 @@ export interface Request {
*/
@Plugin({
pluginName: 'WebServer',
plugin: 'cordova-plugin-webserver',
plugin: 'cordova-plugin-webserver2',
pluginRef: 'window.webserver',
repo: 'https://github.com/bykof/cordova-plugin-webserver.git',
repo: 'https://github.com/nguyenthanh1995/cordova-plugin-webserver2.git',
platforms: ['Android', 'iOS'],
})
@Injectable()