update sso
This commit is contained in:
@ -27,6 +27,7 @@ function Uploader() {
|
||||
const data = new FormData()
|
||||
data.append('file', file);
|
||||
//console.log(file);
|
||||
console.log('calling upload');
|
||||
axios.post("https://fsbsso.sumasen.net/upload", data, { // receive two parameter endpoint url ,form data
|
||||
})
|
||||
.then(res => { // then print response status
|
||||
|
||||
Reference in New Issue
Block a user