Skip to content

Commit

Permalink
revert: controller/articles
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 23, 2023
1 parent 7415597 commit 99b40f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion back/src/controllers/articles.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import HttpStatusCode from '#types/HttpStatusCode';
import UrlParamIdDTO from '#types/dto/UrlParamIdDTO';
import AllArticlesDTO from '#types/dto/articles/AllArticlesDTO';
import UrlParamIdDTO from '#types/dto/UrlParamIdDTO';
import { Article } from '@prisma/client';
import express from 'express';
import ApiErrors, { APIError } from '~apiErrors';
Expand Down

0 comments on commit 99b40f1

Please sign in to comment.