1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-06 16:58:44 +00:00
code-server-2/uriTransformerHttps.js

4 lines
103 B
JavaScript
Raw Normal View History

2019-07-10 21:29:15 +00:00
module.exports = (remoteAuthority) => {
return require("./uriTransformer")(remoteAuthority, true);
};