style: update import paths and ESLint configuration
This commit is contained in:
parent
2a2c4bc967
commit
b3246e8e6f
23 changed files with 55 additions and 29 deletions
|
@ -7,8 +7,8 @@ import {
|
|||
userNotFoundResponse,
|
||||
} from '@/lib/defaultApiResponses';
|
||||
|
||||
import { SuccessResponseSchema } from '../../validation';
|
||||
import { FullUserResponseSchema } from '../validation';
|
||||
import { SuccessResponseSchema } from '@/app/api/validation';
|
||||
import { FullUserResponseSchema } from '@/app/api/user/validation';
|
||||
import { updateUserServerSchema } from './validation';
|
||||
|
||||
export default function registerSwaggerPaths(registry: OpenAPIRegistry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue