Fix error in the search route

This commit is contained in:
StevenNMeza 2022-06-11 21:34:00 +02:00
parent 1fbef42a7c
commit 231348e75e
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
const config = require('../config');
const searchRoute = require('express').Router();
searchRoute.get('/search', (req, res, next) => {