1
2
3
4
import { chatio } from "https://esm.town/v/curtcox/_chatio";
export const Chatio = (req: Request) => {
return chatio(req);
};