Commit 73a7ce6c authored by charitha.p's avatar charitha.p

Update api.py

parent 3fc28bfa
...@@ -4,7 +4,7 @@ class _APIEndpoints: ...@@ -4,7 +4,7 @@ class _APIEndpoints:
load_configuration = "/load_configuration" load_configuration = "/load_configuration"
preview = "/preview" preview = "/preview"
fetch_data = "/fetch_data" fetch_data = "/fetch_data"
test_data = "test_data" test_data = "/test_data"
APIEndpoints = _APIEndpoints() APIEndpoints = _APIEndpoints()
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