Skip to content

Commit

Permalink
refactor(#325): modify folder route
Browse files Browse the repository at this point in the history
  • Loading branch information
hobiJeong committed Mar 7, 2024
1 parent 8353f04 commit c12eb1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/category/services/category.service.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Injectable, NotFoundException } from '@nestjs/common';
import { CategoryDto } from '@src/category/dto/category-list.dto';
import { CategoryDto } from '@src/category/dto/category.dto';
import { CategoryRepository } from '@src/category/repositories/category.repository';

@Injectable()
Expand Down

0 comments on commit c12eb1a

Please sign in to comment.