mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-07 18:28:50 +00:00
fixed bug when there is no .env file and corrected prisma path
This commit is contained in:
parent
bfc671eca4
commit
2719470648
4 changed files with 9 additions and 7 deletions
|
@ -2,7 +2,7 @@ import express, { Request, Response } from "express";
|
|||
import dotenv from "dotenv";
|
||||
import { StatusCodes } from "http-status-codes";
|
||||
import { JwtPayload } from "jsonwebtoken";
|
||||
import { PrismaClient, Post } from "@prisma/client";
|
||||
import { PrismaClient, Post } from "../../prisma/app/generated/prisma/client";
|
||||
import { minioClient } from "../server";
|
||||
import { object } from "zod";
|
||||
import { uploadPostSchema } from "../schemas/postSchemas";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue