Skip to content

Commit

Permalink
Update CosmosDB.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl authored Jul 19, 2024
1 parent d9f9c42 commit 789cd69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class CosmosDB implements ICosmosDB {

private static final String DATABASE_ID = "E-Commerce";

private static final String PRODUCTS_CONTAINER_ID = "ProductsV2";
private static final String PRODUCTS_CONTAINER_ID = "Products";
private static final String PROMPTS_CONTAINER_ID = "Prompts";

private CosmosClient client = null;
Expand Down

0 comments on commit 789cd69

Please sign in to comment.