Skip to content

Commit dc45eca

Browse files
committed
Rename models to dao
1 parent d13ec65 commit dc45eca

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/routes/diary.route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { FastifyInstance } from "fastify";
22
import { StatusCodes } from "http-status-codes";
33

4-
import { notes } from "./../models/persistence/note";
4+
import { notes } from "../dao/persistence/note";
55

66
interface Diary {
77
id?: number;

0 commit comments

Comments
 (0)