Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/app/routes/api.diarization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Forwards requests to the diarization service (default: http://localhost:8085).
*/
import type { Request, Response } from "express";
import { authenticateOr401 } from "../lib/auth/core.server.ts";
import { authenticateOr401 } from "@/lib/auth/core.server.ts";

// Get diarization service URL from environment or use default
const DIARIZATION_SERVICE_URL = (
Expand Down