Skip to content

Commit

Permalink
Update imgUploadedGcs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
satrio142 committed Dec 10, 2023
1 parent ef07a53 commit 8fc2fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/imgUploadedGcs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const { v4: uuidv4 } = require("uuid");
const path = require("path");
const multer = require("multer");

const pathKey = path.resolve("./serviceaccounts.json");
const pathKey = path.resolve("./config/credentials.json");

const gcs = new Storage({
projectId: process.env.PROJECT_ID,
Expand Down

0 comments on commit 8fc2fd6

Please sign in to comment.