Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imzlh committed Sep 22, 2024
1 parent 269a074 commit 673ab7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const DEFAULT_FILE_ICON = I_File;
export const DEFAULT_DIR_ICON = I_DIR;
export const APP_API = import.meta.env.DEV
? 'http://localhost:5244/api/'
: import.meta.env.VLIST_API || location.protocol + '//' + location.host + '/@api/';
: import.meta.env.VLIST_API || location.protocol + '//' + location.host + '/api/';
export const FILE_PROXY_SERVER = import.meta.env.DEV
? 'http://localhost:5244/d/'
: import.meta.env.VLIST_FILE_SERVER || location.protocol + '//' + location.host + '/d/';
Expand Down

0 comments on commit 673ab7b

Please sign in to comment.