get routes changed to query string

This commit is contained in:
2020-07-24 20:27:41 +02:00
parent d2a29416fe
commit d2ab242fed
4 changed files with 64 additions and 35 deletions

View File

@@ -1,6 +1,7 @@
import express from "express";
import Restaurant from "../models/restaurant.js";
import * as services from "../services/services.js";
import sanitizer from "string-sanitizer";
import Dish from "../models/dish.js";
var router = express.Router();