Skip to content

Commit 77ef110

Browse files
committed
chore: remove debug function
1 parent a64f9b9 commit 77ef110

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/kotlin/com/example/route/FoodRoute.kt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,5 @@ fun Application.foodRoute() {
6767
val categories = FoodCategory.entries.map(FoodCategory::name)
6868
call.respond(categories)
6969
}
70-
71-
get("/foods/update") {
72-
foodService.updateRestaurant()
73-
}
7470
}
7571
}

0 commit comments

Comments
 (0)