Skip to content
Snippets Groups Projects
Commit c5edfe28 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix mr error

parent b0aedeca
No related branches found
No related tags found
3 merge requests!46Recette,!45Dev,!42Fix/urgent task
......@@ -3,9 +3,9 @@ import { Observable } from 'rxjs';
import { catchError, map } from 'rxjs/operators';
import { ApiQuery } from '@nestjs/swagger';
import { Post } from './schemas/post.schema';
import { PostWithMeta } from './schemas/PostWithMeta.schema';
import { PostsService } from './posts.service';
import { Tag } from './schemas/tag.schema';
import { PostWithMeta } from './schemas/postWithMeta.schema';
@Controller('posts')
export class PostsController {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment