Files
timmypidashev.dev/src/landing/rxconfig.py
T
2024-03-09 03:15:53 -08:00

7 lines
105 B
Python

import reflex as rx
config = rx.Config(
app_name="landing",
api_url="http://localhost:8000",
)