Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
besoeasy committed Jul 2, 2024
1 parent aff51a0 commit 68aa780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/aria2.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const axios = require("axios");

const saveDirectory = "/tmp/downloads/";
const saveDirectory = "/downloads";

const axiosPost = async (method, params = []) => {
const { data } = await axios.post("http://localhost:6800/jsonrpc", {
Expand Down

0 comments on commit 68aa780

Please sign in to comment.