Skip to content

Commit

Permalink
rename app base path environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Feb 5, 2025
1 parent 9cd456b commit 92d397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
EnvVar = namedtuple("EnvVar", ["name", "val"])

ROOT_PATH = EnvVar(
"NB_NAPI_ROOT_PATH", os.environ.get("NB_NAPI_ROOT_PATH", "")
"NB_NAPI_BASE_PATH", os.environ.get("NB_NAPI_BASE_PATH", "")
)

ALLOWED_ORIGINS = EnvVar(
Expand Down

0 comments on commit 92d397a

Please sign in to comment.