recipe route

This commit is contained in:
Mikayla Dobson
2022-11-18 18:25:54 -06:00
parent 57eb3fb71b
commit e9060dcdb8
5 changed files with 131 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
import pool from '../db';
import { Express, Router } from 'express';
import UserCtl from '../controllers/UserCtl';
const router = Router();