Commit 4b886fef authored by charitha.p's avatar charitha.p

proxy error correction

parent 061bc3e9
......@@ -9,7 +9,7 @@ class _Service(BaseSettings):
PORT: int = Field(default=8080, env="port")
BUILD_DIR: str = Field(default="scripts/templates")
PLUGIN_NAME: str = Field(default="devalcandle")
PROXY: str = Field(default="/hack-repl/deval")
PROXY: str = Field(default="/hack-repl")
BACKEND_DIR: str = Field(default=".")
......
......@@ -6,5 +6,5 @@
"frontend_base_image": "node:14.16.1",
"environment_variables": {
},
"version": "1.0"
"version": "1.1"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment