From c66d40f804f81277d6c5dcc2ed6cc694d08c56a5 Mon Sep 17 00:00:00 2001 From: Adam <24621027+WhiteDopeOnPunk@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:18:44 -0500 Subject: [PATCH] point to live --- frontend/src/root.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/root.tsx b/frontend/src/root.tsx index 2745c2f..14add54 100644 --- a/frontend/src/root.tsx +++ b/frontend/src/root.tsx @@ -16,7 +16,7 @@ import { import "./root.css"; -export const DENNIS = "http://localhost:9696"; +export const DENNIS = "https://dennis.doordesk.net"; export default function Root() {