BREAKING CHANGE(API): updateReversConfigs -> updateReverseConfigs

This commit is contained in:
Philipp Kunz 2020-02-07 19:36:12 +00:00
parent ae561e3e88
commit 70690f6400

View File

@ -19,7 +19,7 @@ export class SmartProxy {
this.options = optionsArg; this.options = optionsArg;
} }
public async updateReversConfigs( public async updateReverseConfigs(
reverseConfigsArg: plugins.tsclass.network.IReverseProxyConfig[] reverseConfigsArg: plugins.tsclass.network.IReverseProxyConfig[]
) { ) {
// TODO search for old hostCandidates with that target // TODO search for old hostCandidates with that target