Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dong-dong6 committed Nov 17, 2024
1 parent e10f0b2 commit 1e94c82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rclone-web/src/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import axios from 'axios';

const api = axios.create({
baseURL: window.location.origin + '/api',

// baseURL: 'http://localhost:628/',
timeout: 10000,
});
Expand Down

0 comments on commit 1e94c82

Please sign in to comment.