We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5710c51 commit c834b80Copy full SHA for c834b80
backend/score.py
@@ -974,8 +974,8 @@ async def fetch_chunktext(
974
gc.collect()
975
976
977
-@app.post("/backend_connection_configuation")
978
-async def backend_connection_configuation():
+@app.post("/backend_connection_configuration")
+async def backend_connection_configuration():
979
try:
980
uri = os.getenv('NEO4J_URI')
981
username= os.getenv('NEO4J_USERNAME')
0 commit comments