Skip to content

Commit

Permalink
[Fix] fix proxy url is error (#3270)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 authored Mar 11, 2024
1 parent 50b46aa commit c8d7529
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const ResourceOverView: React.FC = () => {
const refObject = useRef<HTMLDivElement>(null);

const [uploadValue] = useState({
url: API_CONSTANTS.RESOURCE_UPLOAD,
url: API_CONSTANTS.BASE_URL + API_CONSTANTS.RESOURCE_UPLOAD,
pid: '',
description: ''
});
Expand Down

0 comments on commit c8d7529

Please sign in to comment.