another build update

This commit is contained in:
2021-07-21 12:54:59 +05:30
parent 0a45b7b515
commit 6a8581ddd6
8 changed files with 13 additions and 13 deletions

View File

@ -27,7 +27,7 @@ function Uploader() {
const data = new FormData()
data.append('file', file);
//console.log(file);
axios.post("http://localhost:8000/upload", data, { // receive two parameter endpoint url ,form data
axios.post("http://natnats.mobilous.com/fbsadmin/app:8000/upload", data, { // receive two parameter endpoint url ,form data
})
.then(res => { // then print response status
console.log(res.statusText)