Skip to content

Commit

Permalink
add remove api key buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jul 24, 2017
1 parent 3ce8c77 commit 565137d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
1 change: 1 addition & 0 deletions web/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ router.get('/api/gekkos', listWraper('gekkos'));
router.get('/api/exchanges', require(ROUTE('exchanges')));

router.post('/api/addApiKey', apiKeys.add);
router.post('/api/removeApiKey', apiKeys.remove);
router.post('/api/scan', require(ROUTE('scanDateRange')));
router.post('/api/scansets', require(ROUTE('scanDatasets')));
router.post('/api/backtest', require(ROUTE('backtest')));
Expand Down
Loading

0 comments on commit 565137d

Please sign in to comment.