Skip to content

Commit c834b80

Browse files
praveshkumar1988kartikpersistent
authored andcommitted
Correct TYPO mistake
1 parent 5710c51 commit c834b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/score.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -974,8 +974,8 @@ async def fetch_chunktext(
974974
gc.collect()
975975

976976

977-
@app.post("/backend_connection_configuation")
978-
async def backend_connection_configuation():
977+
@app.post("/backend_connection_configuration")
978+
async def backend_connection_configuration():
979979
try:
980980
uri = os.getenv('NEO4J_URI')
981981
username= os.getenv('NEO4J_USERNAME')

0 commit comments

Comments
 (0)