mirror of
https://github.com/Qortal/qort.trade.git
synced 2026-04-29 11:09:29 +00:00
12 lines
203 B
JavaScript
12 lines
203 B
JavaScript
const axios = require('axios');
|
|
|
|
const apiEndpoints = [
|
|
"https://appnode.qortal.org",
|
|
"https://appnode.qortal.org",
|
|
];
|
|
|
|
const nodeUrl = "https://appnode.qortal.org"
|
|
|
|
|
|
|
|
module.exports = { nodeUrl }; |