build ok,
This commit is contained in:
@@ -11,7 +11,7 @@ import type { NextRequest } from 'next/server';
|
||||
import { STATUS, response, handleError } from 'src/utils/response';
|
||||
|
||||
// import { AccessLogService } from '../../../../modules/AccessLog/AccessLog.service';
|
||||
import { getAccessLogById } from 'src/app/services/AccessLog.service';
|
||||
import { getAccessLogById } from 'src/app/services/access-log.service';
|
||||
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
@@ -2,7 +2,7 @@ import type { NextRequest, NextResponse } from 'next/server';
|
||||
|
||||
import { STATUS, response, handleError } from 'src/utils/response';
|
||||
|
||||
import { listAccessLogs } from 'src/app/services/AccessLog.service';
|
||||
import { listAccessLogs } from 'src/app/services/access-log.service';
|
||||
|
||||
// import prisma from '../../lib/prisma';
|
||||
|
||||
|
Reference in New Issue
Block a user