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 3398651 commit 91aef62Copy full SHA for 91aef62
2 files changed
apps/asc-web/console/js/presentation/terminal.js
@@ -25,7 +25,7 @@ export function initTerminal() {
25
}
26
27
export async function detectServer() {
28
- for (const base of ['', 'http://127.0.0.1:8420']) {
+ for (const base of ['', 'http://localhost:8420']) {
29
try {
30
const controller = new AbortController();
31
setTimeout(() => controller.abort(), 2000);
apps/asc-web/shared/infrastructure/data-provider.js
@@ -19,7 +19,7 @@ export const DataProvider = {
19
_onNotify: null, // callback: (message, type) => void
20
21
async init() {
22
23
24
0 commit comments