Skip to content

Commit

Permalink
feat: modify default strategy uploadFolder path
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Sep 23, 2024
1 parent de4cd42 commit 23ec71e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private fun initRole() {
}

private fun initStrategy() {
val localStrategyConfig = LocalStrategy("/")
val localStrategyConfig = LocalStrategy("/uploads")
val now = Clock.System.now().toLocalDateTime(TimeZone.currentSystemDefault())
val strategyInsertDTO = StrategyInsertDTO(
name = "local",
Expand Down

0 comments on commit 23ec71e

Please sign in to comment.