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:
parent
aae484dfe9
commit
d506795715
@ -57,9 +57,9 @@ export interface Request {
|
|||||||
*/
|
*/
|
||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'WebServer',
|
pluginName: 'WebServer',
|
||||||
plugin: 'cordova-plugin-webserver',
|
plugin: 'cordova-plugin-webserver2',
|
||||||
pluginRef: 'window.webserver',
|
pluginRef: 'window.webserver',
|
||||||
repo: 'https://github.com/bykof/cordova-plugin-webserver.git',
|
repo: 'https://github.com/nguyenthanh1995/cordova-plugin-webserver2.git',
|
||||||
platforms: ['Android', 'iOS'],
|
platforms: ['Android', 'iOS'],
|
||||||
})
|
})
|
||||||
@Injectable()
|
@Injectable()
|
||||||
|
Loading…
Reference in New Issue
Block a user