Skip to content

Instantly share code, notes, and snippets.

@PCreations
Created September 7, 2020 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PCreations/468ae538c3684d635b5d94ee82c9c49e to your computer and use it in GitHub Desktop.
Save PCreations/468ae538c3684d635b5d94ee82c9c49e to your computer and use it in GitHub Desktop.
import { createHandler } from "./handler";
import { domains } from "./constants/domains";
export const handler = createHandler({ domains });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment