Skip to content

Commit e86cdb2

Browse files
committed
Test auto deployment v2
1 parent 9e3e79f commit e86cdb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/user/src/pages/mainpage/foodcategory/FoodCategory.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default function FoodCategory() {
2323
try {
2424
const response = await getCategoryList();
2525
console.log('카테고리 리스트', response);
26+
console.log("🚀 배포 테스트용 변경 v2"); // 숫자 바꾸기
2627

2728
setCategoryList(response.data);
2829
} catch (error) {

0 commit comments

Comments
 (0)