mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:59:31 +08:00
9 lines
No EOL
198 B
Text
Executable file
9 lines
No EOL
198 B
Text
Executable file
import ws from "./ws";
|
|
const handler = {
|
|
scheme: "wss",
|
|
domainHost: ws.domainHost,
|
|
parse: ws.parse,
|
|
serialize: ws.serialize
|
|
};
|
|
export default handler;
|
|
//# sourceMappingURL=wss.js.map |