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