mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-21 22:29:39 +02:00
refactor(frontend): ♻️ update API folder structure
This commit is contained in:
parent
9b79b82c4d
commit
a94b9d504f
25 changed files with 83 additions and 36 deletions
|
@ -1,4 +1,4 @@
|
|||
import { BaseAPI } from "./_base";
|
||||
import { BaseAPI } from "../_base";
|
||||
|
||||
export class UploadFile extends BaseAPI {
|
||||
file(url: string, fileObject: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue