Reverse proxy works locally :D

This commit is contained in:
Timothy Pidashev
2024-03-09 03:15:53 -08:00
parent fde907781a
commit cb2ac819e0
4 changed files with 61 additions and 23 deletions
+1
View File
@@ -2,4 +2,5 @@ import reflex as rx
config = rx.Config(
app_name="landing",
api_url="http://localhost:8000",
)