Skip to content

Commit d2f244a

Browse files
authored
SW-512-cors-console-error-shown-upon-messaging-system-call (mrbeam#1497)
1 parent fb91ad9 commit d2f244a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octoprint_mrbeam/static/js/messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $(function () {
88
self.loginState = parameters[2];
99

1010
const FIRST_MESSAGE_LOCATION = "/plugin/mrbeam/static/messages/messages.json";
11-
const MESSAGES_URL = "https://mr-beam.org/beamos/messages";
11+
const MESSAGES_URL = "https://messages.beamos.mr-beam.org/messages.json";
1212

1313
self.messages = ko.observableArray();
1414
self.messagesIds = ko.observableArray();

0 commit comments

Comments
 (0)