mirror of
https://github.com/coder/code-server.git
synced 2026-06-21 01:17:10 +02:00
Quality check
This commit is contained in:
@@ -1,3 +1 @@
|
||||
module.exports = (remoteAuthority) => {
|
||||
return require("./uriTransformerHttp")(remoteAuthority, true);
|
||||
};
|
||||
module.exports = (remoteAuthority) => require("./uriTransformerHttp")(remoteAuthority, true);
|
||||
|
||||
Reference in New Issue
Block a user