Skip to content

Instantly share code, notes, and snippets.

@robertohuertasm
Created July 26, 2021 15:21
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 robertohuertasm/6600fc30f71010b655fb8073f3f754a2 to your computer and use it in GitHub Desktop.
Save robertohuertasm/6600fc30f71010b655fb8073f3f754a2 to your computer and use it in GitHub Desktop.
// we're importing our auth object here
import { appAuth } from '$lib/auth';
// and exposing the get and post method handlers
export const { get, post } = appAuth;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment