mirror of
https://github.com/joelwmale/webhook-action.git
synced 2024-08-25 08:08:00 +00:00
9 lines
198 B
JavaScript
Executable File
9 lines
198 B
JavaScript
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
|