Skip to content

Commit

Permalink
Merge pull request #7 from exAphex/v0.3.4
Browse files Browse the repository at this point in the history
fixed lendermarket grabber
  • Loading branch information
exAphex authored Jun 15, 2022
2 parents 599f776 + 1c00242 commit 60e3984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "p2pmanagerdev",
"version": "0.3.4",
"version": "0.3.5",
"author": "Aydin Tekin <exaphex@github.com>",
"description": "P2P Manager app",
"email": "exaphex@github.com",
Expand Down
4 changes: 2 additions & 2 deletions public/js/grabber/lendermarketgrabber.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const fetchCookie = require('fetch-cookie');

const fetchCo = fetchCookie(fetch);
const FormData = require('form-data');
const api = 'https://www.lendermarket.com/summary';
const authAPI = 'https://www.lendermarket.com/account/login';
const api = 'https://app.lendermarket.com/summary';
const authAPI = 'https://app.lendermarket.com/account/login';

const grabLendermarket = async (username, password) => {
const csrfToken = await getCSRFToken();
Expand Down

0 comments on commit 60e3984

Please sign in to comment.