diff --git a/resources/assets/v2/src/api/v1/model/attachment/post.js b/resources/assets/v2/src/api/v1/model/attachment/post.js index 9954feabca..0a6ccfe01c 100644 --- a/resources/assets/v2/src/api/v1/model/attachment/post.js +++ b/resources/assets/v2/src/api/v1/model/attachment/post.js @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -import {api} from "../../../boot/axios"; +import {api} from "../../../../boot/axios"; export default class Post { post(fileName, attachableType, attachableId) {