Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Nov 8, 2024
1 parent 17d6e76 commit 3745117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/desktop/src/api/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { UserTask } from '@/types/task';
// handle baidu
export const uploadConvertData = ({ newType, bdVid }: { newType: number[]; bdVid?: string }) => {
const baseurl = `http://${process.env.HOSTNAME || 'localhost'}:${process.env.PORT || 3000}`;
const defaultUrl = 'https://sealos.run/self-hosting';
const defaultUrl = 'https://ads.sealos.run';
if (!bdVid) {
return Promise.reject('upload convert data params error');
}
Expand Down

0 comments on commit 3745117

Please sign in to comment.