This commit is contained in:
2023-09-17 16:20:15 +08:00
parent be9bdd269e
commit 4f4a633035
2 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@
function generateShortLink() {
const apiShortLink = document.getElementById("apiShortLink");
axios.post("/short", {
axios.post("./short", {
"url": generateURI()
}, {
headers: {