mirror of
https://git.tuxpa.in/a/code-server.git
synced 2025-01-05 00:28:46 +00:00
4 lines
103 B
JavaScript
4 lines
103 B
JavaScript
module.exports = (remoteAuthority) => {
|
|
return require("./uriTransformer")(remoteAuthority, true);
|
|
};
|