fix constants API
This commit is contained in:
parent
f378c7362e
commit
83c1ee35bc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user