Skip to content

Commit

Permalink
[TEAMMATES#11456] Unable to upload Profile Pictures on Local Machine (T…
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-patil authored Dec 4, 2021
1 parent 4f3d337 commit 0eb7479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public final class LocalFileStorageService implements FileStorageService {

private static final String BASE_DIRECTORY = "../../filestorage-dev";
private static final String BASE_DIRECTORY = System.getProperty("user.dir") + "/filestorage-dev";
private static final Logger log = Logger.getLogger();

private static String constructFilePath(String fileKey) {
Expand Down

0 comments on commit 0eb7479

Please sign in to comment.