mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-24 06:28:27 +01:00
Added base url
This commit is contained in:
2
resources/js/components/Data/Backup.js
vendored
2
resources/js/components/Data/Backup.js
vendored
@@ -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...');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user