chore: format
This commit is contained in:
parent
62bbc0a071
commit
578fc225d9
1 changed files with 14 additions and 0 deletions
|
|
@ -1,5 +1,19 @@
|
||||||
import { Prisma, Status } from "@prisma/client";
|
import { Prisma, Status } from "@prisma/client";
|
||||||
import { Body, Controller, Delete, Get, Path, Post, Put, Query, Request, Route, Tags } from "tsoa";
|
import { Body, Controller, Delete, Get, Path, Post, Put, Query, Request, Route, Tags } from "tsoa";
|
||||||
|
import {
|
||||||
|
Body,
|
||||||
|
Controller,
|
||||||
|
Delete,
|
||||||
|
Get,
|
||||||
|
Path,
|
||||||
|
Post,
|
||||||
|
Put,
|
||||||
|
Query,
|
||||||
|
Request,
|
||||||
|
Route,
|
||||||
|
Security,
|
||||||
|
Tags,
|
||||||
|
} from "tsoa";
|
||||||
import { RequestWithUser } from "../interfaces/user";
|
import { RequestWithUser } from "../interfaces/user";
|
||||||
import prisma from "../db";
|
import prisma from "../db";
|
||||||
import minio from "../services/minio";
|
import minio from "../services/minio";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue