Skip to content

Instantly share code, notes, and snippets.

@fResult
Created October 3, 2020 12:04
Show Gist options
  • Save fResult/458ef6fd29614cbd972c92e84962e6db to your computer and use it in GitHub Desktop.
Save fResult/458ef6fd29614cbd972c92e84962e6db to your computer and use it in GitHub Desktop.
import axios from './Axios'
export const uploadFiles = async (params = {}, config = {}) => {
return await axios.post('/upload', params, config)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment