cqf
2022-06-17 51cacf8f4d7b0b2cc30a22ea4f660e73e82da458
1
2
3
4
5
6
function uploadUrl(){
    return process.env.IMG_API
}
export{
  uploadUrl
}