incognitolm commited on
Commit
5fcfdc8
·
1 Parent(s): 20dd80a

Update index.js

Browse files
Files changed (1) hide show
  1. server/index.js +1 -1
server/index.js CHANGED
@@ -8,7 +8,7 @@ import { fileURLToPath } from 'url';
8
  import fetch from 'node-fetch';
9
  import rateLimit from 'express-rate-limit';
10
  import fs from 'fs';
11
-
12
  import { handleWsMessage } from './wsHandler.js';
13
  import { sessionStore, initStoreConfig } from './sessionStore.js';
14
  import { SUPABASE_URL, SUPABASE_ANON_KEY } from './config.js';
 
8
  import fetch from 'node-fetch';
9
  import rateLimit from 'express-rate-limit';
10
  import fs from 'fs';
11
+ import { registerFeedbackRoutes } from './handleFeedback.js';
12
  import { handleWsMessage } from './wsHandler.js';
13
  import { sessionStore, initStoreConfig } from './sessionStore.js';
14
  import { SUPABASE_URL, SUPABASE_ANON_KEY } from './config.js';