Skip to content

Commit

Permalink
fix(webserver): update to maintained repo (#3696)
Browse files Browse the repository at this point in the history
Change package cordova-plugin-webserver obsolete to cordova-plugin-webserver2

Co-authored-by: Shin <45375496+NguyenThanh1995@users.noreply.github.com>
  • Loading branch information
tachibana-shin and tachibana-shin committed Aug 2, 2021
1 parent aae484d commit d506795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/@ionic-native/plugins/web-server/index.ts
Expand Up @@ -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()
Expand Down

0 comments on commit d506795

Please sign in to comment.