mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-08 07:26:41 +08:00
fix(http): fix plugin ref (#1934)
This commit is contained in:
parent
c8586927c3
commit
3a1034eab0
@ -60,7 +60,7 @@ export interface HTTPResponse {
|
|||||||
@Plugin({
|
@Plugin({
|
||||||
pluginName: 'HTTP',
|
pluginName: 'HTTP',
|
||||||
plugin: 'cordova-plugin-advanced-http',
|
plugin: 'cordova-plugin-advanced-http',
|
||||||
pluginRef: 'cordovaHTTP',
|
pluginRef: 'cordova.plugin.http',
|
||||||
repo: 'https://github.com/silkimen/cordova-plugin-advanced-http',
|
repo: 'https://github.com/silkimen/cordova-plugin-advanced-http',
|
||||||
platforms: ['Android', 'iOS']
|
platforms: ['Android', 'iOS']
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user