Skip to content

Commit c735feb

Browse files
code updated
1 parent db8941e commit c735feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ClientAdvisor/App/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1476,7 +1476,7 @@ async def ensure_cosmos():
14761476
return jsonify({"error": "CosmosDB is not configured or not working"}), 500
14771477

14781478
await cosmos_conversation_client.cosmosdb_client.close()
1479-
return jsonify({"message": "CosmosDB is configured and working"}), 200
1479+
return jsonify({"message": "CosmosDB is configured and working."}), 200
14801480
except Exception as e:
14811481
logging.exception("Exception in /history/ensure")
14821482
cosmos_exception = str(e)

0 commit comments

Comments
 (0)