mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 01:12:40 +01:00
3 lines
103 B
JavaScript
3 lines
103 B
JavaScript
module.exports = (remoteAuthority) => {
|
|
return require("./uriTransformer")(remoteAuthority, true);
|
|
};
|