7 lines
105 B
Python
7 lines
105 B
Python
import reflex as rx
|
|
|
|
config = rx.Config(
|
|
app_name="landing",
|
|
api_url="http://localhost:8000",
|
|
)
|