Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
fix app name
Browse files Browse the repository at this point in the history
  • Loading branch information
xfoxfu committed Jun 20, 2015
1 parent 60ac9ce commit 9a807e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ router.get('/', function(req, res, next) {
banner: config.get('content.demo.banner'),
home_title: config.get('site.demo'),
uri: 'rapid://authorize/?callback=' + encodeURIComponent(config.get('server.base') + 'demo/callback?token=') +
'&app=916FA0569B0135402A84FF2506C3CEC553241D568A0796F9F08A603AFB6BCB036FDC4A61DE218540CFAD0A7A7D52AC1345EDAFDCC02CC5330311DC40CDB6B3F3E36540ED759398F89F8A913E469805C497FB6DEE0E7B95A4'
'&app=88587CD267E00E016B545E38FD133FCA077535F9B91C0E246FCD48AA5C77996DC935833C27C9A0EC0888D15ACD941C0B461716F61EAC6B7410BB9C46642B0808BF4C32E261A40F385070B87F9CBCE3B51B20E83A8D11B08D'
});
});
// GET /callback
Expand Down

0 comments on commit 9a807e4

Please sign in to comment.