mirror of
https://github.com/GithubOrgProjectPiza/server.git
synced 2026-09-06 23:34:02 +02:00
Correct formatting
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import express, { Request, Response } from "express";
|
||||
import express from "express";
|
||||
import { addRestaurant, deleteRestaurant, getRestaurant, updateRestaurant } from "../controller/restaurants.controller";
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
Reference in New Issue
Block a user