mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 23:37:48 +01:00
update parcel
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user