This commit is contained in:
shijing 2024-07-25 09:34:54 +08:00
parent 42676ab855
commit 996759e60c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ export default {
formData.append("printer_name", "GP-3150TN"); //
// POST
http.post("http://localhost:8080/print/", formData)
http.post("http://localhost:8080/prints/", formData)
.then((response) => {
console.log("postRes", response);
})