Correct formatting

This commit is contained in:
Stone_Red
2022-04-02 18:51:49 +02:00
parent 608710be60
commit 22d7865065
11 changed files with 41 additions and 29 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
import express, { Request, Response } from "express";
import { addPizza, deletePizza, getPizza, updatePizza } from "..///controller/pizzas.controller";
import express from "express";
import { addPizza, deletePizza, getPizza, updatePizza } from "../controller/pizzas.controller";
const router = express.Router();