bug fixing
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
const express = require('express');
|
||||
const router = express.Router();
|
||||
const { pool } = require('../config/database');
|
||||
const { getOAuthClient, getQboBaseUrl } = require('../config/qbo');
|
||||
const { makeQboApiCall } = require('../../qbo_helper');
|
||||
const { getOAuthClient, getQboBaseUrl, makeQboApiCall } = require('../config/qbo');
|
||||
|
||||
// GET all customers
|
||||
router.get('/', async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user