From f8841239d7bb425e4895c815cbbc5ba6584c65a3 Mon Sep 17 00:00:00 2001 From: Andreas Knuth Date: Tue, 26 May 2026 13:58:50 -0500 Subject: [PATCH] test fix --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 7ca65b4..d5968ef 100644 --- a/src/index.js +++ b/src/index.js @@ -122,7 +122,7 @@ app.use('/api/invoices', invoiceRoutes); app.use('/api/payments', paymentRoutes); app.use('/api/qbo', qboRoutes); app.use('/api/accounting', accountingRoutes); -app.use('/api/settings', settingsRoutes); +app.use('/api', settingsRoutes); // Start server async function startServer() {