Skip to content

Commit

Permalink
Use new backend endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn authored Sep 1, 2024
1 parent 207ad27 commit eccce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/Api.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Scenario } from "./Scenario";

const BACKEND_BASE_URL = window.location.host.includes("plakait")
? new URL("https://plakait-backend-production.up.railway.app/")
? new URL("https://api.plakait.stevenhuyn.com")
: new URL("http://localhost:8000/");

export type BotMessage = {
Expand Down

0 comments on commit eccce0c

Please sign in to comment.