mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-29 07:04:20 -05:00
@@ -1,7 +1,7 @@
|
||||
import { apiReq } from "./api-utils";
|
||||
|
||||
export default {
|
||||
// import api from "@/api";
|
||||
// import api from "../api";
|
||||
async uploadFile(url, fileObject) {
|
||||
let response = await apiReq.post(url, fileObject, {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user