Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
JoCat committed Dec 11, 2023
1 parent f56fd7c commit 6f40a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const window = {
};

export const api = {
ws: 'ws://212.109.221.239:1370/ws',
web: 'http://212.109.221.239:1370',
ws: 'ws://127.0.0.1:1370/ws',
web: 'http://127.0.0.1:1370',
// extraToken: token,
};
2 changes: 1 addition & 1 deletion src/renderer/runtime/components/TitleBar/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const titlebarTitle = atom({
key: 'titlebar.title',
default: {
show: true,
text: 'AuroraLauncher v0.0.4-beta',
text: 'AuroraLauncher v0.0.4-rc.2',
},
});

Expand Down

0 comments on commit 6f40a09

Please sign in to comment.