Skip to content

Commit

Permalink
fix: address range 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Apr 7, 2024
1 parent 5823184 commit ba40351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/core/api/item/service/ItemService.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public class ItemService {
/**
* 해당 길이를 통해 위치 정보 범위 변경
*/
public final static int ADDRESS_RANGE = 5000;
public final static int ADDRESS_RANGE = 50000000;

@Transactional
public ItemSaveResponseDto itemSave(AuthUser user, ItemSaveDto itemSaveDto) {
Expand Down

0 comments on commit ba40351

Please sign in to comment.