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 44c3fe9 commit 20654f5
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 @@ -3,7 +3,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 20654f5

Please sign in to comment.