shj
2022-03-31 6e3961ad82e2dfb204b79caf50c6637c15cfbe8d
1
2
3
4
5
6
function uploadUrl(){
    return process.env.IMG_API
}
export{
  uploadUrl
}