Skip to content

Commit d686856

Browse files
committed
Update journal public endpoint
1 parent 6adb3d5 commit d686856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

journal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const logger = require('superagent-logger');
44
const WebSocket = require('ws');
55

66
module.exports = (config) => {
7-
const url = `http://${config['journal-id']}.journal.pl-waw-1.hyperone.cloud/resource/${config['journal-id']}/log`;
7+
const url = `http://${config['journal-id']}.journal.pl-waw-1.hyperone.cloud/log`;
88
const agent = require('superagent').agent().use(logger);
99
return {
1010
checkJournalToken: () => agent.head(url).query({ follow: false })

0 commit comments

Comments
 (0)