Skip to content

Commit

Permalink
Update debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn committed Dec 27, 2023
1 parent 862d590 commit a78c9a1
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
Expand Up @@ -8,7 +8,7 @@ const BACKEND_BASE_URL =
? new URL("https://plakait-backend-production.up.railway.app/")
: new URL("http://localhost:8000/");

console.log("BACKEND_BASE_URL", BACKEND_BASE_URL);
console.log("BACKEND_BASE_URL:", BACKEND_BASE_URL);

export type BotMessage = {
type: "Bot";
Expand Down

0 comments on commit a78c9a1

Please sign in to comment.