Skip to content

Commit

Permalink
chore: update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
songquanpeng committed Aug 6, 2023
1 parent f685891 commit 2841df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/TokensTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const TokensTable = () => {
url = `opencat://team/join?domain=${encodedServerAddress}&token=sk-${key}`;
break;
case 'next':
url = `https://chatgpt1.nextweb.fun/#/?settings=%7B%22key%22:%22sk-${key}%22,%22url%22:%22${serverAddress}%22%7D`;
url = `https://oneapi-chat.vercel.app/#/?settings=%7B%22key%22:%22sk-${key}%22,%22url%22:%22${serverAddress}%22%7D`;
break;
default:
url = `sk-${key}`;
Expand Down

0 comments on commit 2841df2

Please sign in to comment.