list working but theming

This commit is contained in:
2022-12-08 21:43:52 +02:00
parent 24fb550a6f
commit 7962e19205
7 changed files with 46 additions and 24 deletions
+4 -3
View File
@@ -15,8 +15,9 @@ router.get('/coins/markets', function (req, res) {
api_helper.REMOTE_API_call(url)
.then(response => {
console.log("url: ", url);
console.log("response.length: ", response.length);
console.log("response.length : ", response.length);
console.log("response.page : ", page);
//console.log("url : ", url);
res.json(response);
})
.catch(error => {
@@ -28,7 +29,7 @@ router.get('/coins/markets', function (req, res) {
router.get('/coins/count', function (req, res) {
let url = config.coingecko.api_url + '/global';
console.log("url: ", url);
// console.log("url: ", url);
api_helper.REMOTE_API_call(url)
.then(response => {