Daniel Rochetti d9ea6c7dd3
feat(client): subscribe to status (#76)
* feat(client): subscribe to status

* fix(client): timeout id type
2024-07-23 10:41:44 -07:00

4 lines
99 B
TypeScript

import { route } from '@fal-ai/serverless-proxy/nextjs';
export const { GET, POST, PUT } = route;