Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix gist API fallback #205

Closed
Rich-Harris opened this issue Jan 26, 2018 · 2 comments
Closed

fix gist API fallback #205

Rich-Harris opened this issue Jan 26, 2018 · 2 comments
Labels

Comments

@Rich-Harris
Copy link
Member

looks like I broke this during the Sapper rewrite

@Conduitry
Copy link
Member

Possibly all this needs is a change to https://github.com/sveltejs/svelte.technology/blob/master/routes/api/gists/[id].js to add

let credentials = {
	id: process.env.client_id,
	secret: process.env.client_secret
};

@Rich-Harris
Copy link
Member Author

I suspect that was the correct diagnosis, though it's rendered moot by #224 — will close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants