update parcel

This commit is contained in:
2022-02-16 18:12:00 +00:00
committed by Stepan Usatiuk
parent e1096f6e28
commit 44da732a10
35 changed files with 617 additions and 12301 deletions

View File

@@ -1,12 +1,12 @@
import { IPhotoReqJSON } from "~../../src/entity/Photo";
import { IPhotoReqJSON } from "../../../../src/entity/Photo";
import {
IPhotosByIDDeleteRespBody,
IPhotosByIDGetRespBody,
IPhotosListRespBody,
IPhotosNewRespBody,
IPhotosUploadRespBody,
} from "~../../src/routes/photos";
import { apiRoot } from "~env";
} from "../../../../src/routes/photos";
import { apiRoot } from "../../env";
import { fetchJSONAuth } from "./utils";
export function getPhotoImgPath(photo: IPhotoReqJSON): string {