From 3a43ce6546b5fa88655e51c2ff38e0388eb49abd Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Mon, 31 Mar 2025 09:15:03 +0200 Subject: [PATCH] ok final one --- resources/assets/v2/src/api/v1/model/attachment/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {