aboutsummaryrefslogtreecommitdiff
path: root/bot/src/api/routes/quotes.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/api/routes/quotes.js')
-rw-r--r--bot/src/api/routes/quotes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/src/api/routes/quotes.js b/bot/src/api/routes/quotes.js
index 1b89f67..af61174 100644
--- a/bot/src/api/routes/quotes.js
+++ b/bot/src/api/routes/quotes.js
@@ -1,5 +1,5 @@
import { Router } from 'express';
-import { pendingQuote, quote as newQuote } from '../../models/quote.js';
+import { pendingQuote, quote as newQuote } from '../../db/models/quote.js';
import { verifyToken } from './auth.js';
export function quoteRouter(client) {