Skip to content

Commit

Permalink
filename list from jsonmodified container
Browse files Browse the repository at this point in the history
  • Loading branch information
zhipengwuDFO committed Feb 26, 2024
1 parent a590f44 commit c4f5015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/fileName/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export async function GET() {
// You need to set up these variables with your values
const connectionString = process.env.AZURE_STORAGE_CONNECTION_STRING;
// jsondata is container name which storage the data by folder
const containerName = "jsondata";
const containerName = "jsondatamodified";
try {
// Create a BlobServiceClient
const blobServiceClient =
Expand Down

0 comments on commit c4f5015

Please sign in to comment.