Added base url

This commit is contained in:
Henry Whitaker
2020-05-20 23:11:10 +01:00
parent ddcf656264
commit 76206de2c5
23 changed files with 141519 additions and 59 deletions

View File

@@ -6,7 +6,7 @@ import Axios from 'axios';
export default class Backup extends Component {
backup = () => {
var url = '/api/backup';
var url = 'api/backup';
toast.info('Your backup has started downloading...');