fix constants API

This commit is contained in:
Lendemor 2025-01-15 21:21:59 +01:00
parent f378c7362e
commit 83c1ee35bc

View File

@ -36,7 +36,7 @@ class CompileVars(SimpleNamespace):
# The expected variable name where the rx.App is stored.
APP = "app"
# The expected variable name where the API object is stored for deployment.
API = "api"
API = "_api"
# The name of the router variable.
ROUTER = "router"
# The name of the socket variable.