Skip to content

Commit

Permalink
refactor: rename pincode to zipcode
Browse files Browse the repository at this point in the history
  • Loading branch information
saifali96 committed May 4, 2022
1 parent a4ba718 commit 4f908a2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions routes/ShoppingRoute.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import express, {Request, Response, NextFunction } from "express";

const router = express.Router();

// Food Availability
// Top Restaurants
// Available in 30 mins
// Search Food
// Find Restaurant by ID

export { router as ShoppingRoute };

0 comments on commit 4f908a2

Please sign in to comment.