We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6adb3d5 commit d686856Copy full SHA for d686856
journal.js
@@ -4,7 +4,7 @@ const logger = require('superagent-logger');
4
const WebSocket = require('ws');
5
6
module.exports = (config) => {
7
- const url = `http://${config['journal-id']}.journal.pl-waw-1.hyperone.cloud/resource/${config['journal-id']}/log`;
+ const url = `http://${config['journal-id']}.journal.pl-waw-1.hyperone.cloud/log`;
8
const agent = require('superagent').agent().use(logger);
9
return {
10
checkJournalToken: () => agent.head(url).query({ follow: false })
0 commit comments