Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Oct 26, 2024
1 parent dccecd4 commit a69cf7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {APP_NAME} from '../../lib/brand';
const hosts = [
{
name: 'ZeroCat',
cloudHost: 'wss://zerocat.houlangs.com/clouddata',
cloudHost: 'wss://zerocat-api.houlangs.com/clouddata',
provider: {
name: 'ZeroCat',
href: '#'
Expand Down
2 changes: 1 addition & 1 deletion src/playground/render-gui.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import GUI from '../containers/gui.jsx';

//const searchParams = new URLSearchParams(location.search);
//searchParams.get('cloud_host') ||
const cloudHost = 'wss://zerocat.houlangs.com/clouddata';
const cloudHost = 'wss://zerocat-api.houlangs.com/clouddata';

const RenderGUI = props => (
<GUI
Expand Down

0 comments on commit a69cf7b

Please sign in to comment.