Skip to content

Commit

Permalink
Apply Prettier Formatting Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi authored and github-actions[bot] committed Dec 20, 2024
1 parent 8270619 commit e234807
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/files.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const FILESERVER_URL = process.env.NEXT_PUBLIC_FILESERVER_URL || "http://files";
const STATIC_URL = process.env.NEXT_PUBLIC_STATIC_URL || "http://nginx/static";
export const PUBLIC_URL = process.env.NEXT_PUBLIC_HOST || "http://localhost";


export function getNginxFile(filepath) {
return `${STATIC_URL}/${filepath}`;
}
Expand Down

0 comments on commit e234807

Please sign in to comment.