mirror of
https://github.com/vitalityAI/therapist.git
synced 2025-04-08 05:40:17 -04:00
fix: fixed broken imports with new file struc
This commit is contained in:
parent
a958234388
commit
1048bf1ab1
|
@ -20,8 +20,8 @@ import {
|
||||||
checkOperatorReady,
|
checkOperatorReady,
|
||||||
postSummary,
|
postSummary,
|
||||||
completeCall,
|
completeCall,
|
||||||
} from "./session.js";
|
} from "../lib/session.js";
|
||||||
import { chat, summarize } from "./chat.js";
|
import { chat, summarize } from "../lib/chat.js";
|
||||||
|
|
||||||
const app = Router();
|
const app = Router();
|
||||||
app.use(json());
|
app.use(json());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user