Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimas committed Jan 24, 2025
1 parent 5654b4c commit 39c6e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/DubbingAPIService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { matxaSynthesisProvider } from "./MatxaSynthesisProvider";
import { getI18n } from "react-i18next";

const API_BASE_URL =
process.env.DUBBING_API_BASE_URL || "http://192.168.178.152:8700";
process.env.DUBBING_API_BASE_URL;

export type DubbingJSON = {
start: number;
Expand Down

0 comments on commit 39c6e51

Please sign in to comment.