Skip to content

Commit

Permalink
feat: default file path
Browse files Browse the repository at this point in the history
  • Loading branch information
redcarrot1 committed Dec 27, 2023
1 parent 9b6c8c0 commit 7dde12f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
@Component
public class WebSocketHandler extends BinaryWebSocketHandler {

@Value("${image.path}")
@Value("${image.path:/home/hsk4991149/static/image/}")
private String path;

private final Set<WebSocketSession> sessions = ConcurrentHashMap.newKeySet();
Expand Down

0 comments on commit 7dde12f

Please sign in to comment.