mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 16:14:43 -04:00
Supported export to gist
This commit is contained in:
parent
0f87fd4493
commit
ff2fc76491
5 changed files with 145 additions and 2 deletions
2
app.js
2
app.js
|
@ -244,6 +244,8 @@ app.get('/auth/github/callback',
|
|||
function (req, res) {
|
||||
res.redirect('/');
|
||||
});
|
||||
//github callback actions
|
||||
app.get('/auth/github/callback/:noteId/:action', response.githubActions);
|
||||
//dropbox auth
|
||||
app.get('/auth/dropbox',
|
||||
passport.authenticate('dropbox-oauth2'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue