Skip to content

Commit 6dc7a86

Browse files
committed
[FIX]: 서버 오류 해결
1 parent 499f65e commit 6dc7a86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/routes/home/home.ctrl.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"use strict";
2+
3+
const Counter = require("../../model/Counter");
24
const Record = require("../../model/Record");
35

46
const output = {

0 commit comments

Comments
 (0)