Uppdating typescript tuff to allow it t build

This commit is contained in:
jmosrael@gmail.com
2024-05-29 15:47:45 -07:00
parent 65378473e0
commit 4eb5b22dc9
18 changed files with 287 additions and 198 deletions

View File

@@ -8,8 +8,6 @@ import { addCharacterApis } from './characterservice'
const app = express()
const jsonParser = json()
const fp = new FilterParser()
const obp = new OrderByParser()
const port = 3001
app.get('/', (req, res) => {