Skip to content

Commit

Permalink
change api for new container/folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
zhipengwuDFO committed Mar 15, 2024
1 parent 9878519 commit cee89c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/api/fileName/route.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ export async function GET() {
const containerClient = blobServiceClient.getContainerClient(containerName);
// List blobs in the container
let dataObject = [];


for await (const blob of containerClient.listBlobsFlat()) {
const fullFileName = blob.name;

Expand Down

0 comments on commit cee89c9

Please sign in to comment.