Update FileStorageService.java

parent 7125cd30
......@@ -14,7 +14,7 @@ import java.util.Objects;
@Service
public class FileStorageService {
private static final String STORAGE_DIRECTORY = "app\\arquivos";
private static final String STORAGE_DIRECTORY = "/app/arquivos";
public void saveFile(MultipartFile fileToSave) throws IOException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment