From b5b863479507de94462be9847d748a5fbfe3453a Mon Sep 17 00:00:00 2001 From: Aymeric Dominique Date: Wed, 3 Jul 2024 23:47:39 +0200 Subject: [PATCH] add --- src/api/cities.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/cities.controller.ts b/src/api/cities.controller.ts index b999a89d..53ecbd4d 100644 --- a/src/api/cities.controller.ts +++ b/src/api/cities.controller.ts @@ -13,4 +13,4 @@ function getValidCityList(req: Request, res: Response) { }, {})) } -module.exports = router \ No newline at end of file +module.exports = router