Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.serverless.cli.log(
"The public URL for accessing your local service"
);
this.serverless.cli.log("");
this.serverless.cli.log(
URLMangler.manglePipeToPath(Global.config().sourceID())
);
}
this.serverless.cli.log("");
this.serverless.cli.log(
"The URL for viewing transaction history of requests/responses sent through the proxy service"
);
this.serverless.cli.log("");
this.serverless.cli.log(
URLMangler.mangleNoPath(
Global.config().sourceID(),
Global.config().secretKey()
)
);
});
};