Skip to content

Commit

Permalink
Fix latestOrder path
Browse files Browse the repository at this point in the history
  • Loading branch information
megastary committed Oct 11, 2024
1 parent 5461561 commit 95e18b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ app.use('/api/scannerAuthUser', scannerAuthUser)
app.use('/api/scannerProduct', scannerProduct)
app.use('/api/scannerOrder', scannerOrder)
app.use('/api/scannerValidate', scannerValidate)
app.use('/api/orders', latestOrders)
app.use('/api/latestOrders', latestOrders)
// API routes for clientside javascript
app.use('/api/promptGpt', promptGptRouter)
// API routes for voice bot
Expand Down

0 comments on commit 95e18b8

Please sign in to comment.