This commit is contained in:
Donny 2024-08-30 08:37:14 -06:00
parent 782bcbd8f8
commit 632ab6fd6c

1
app.js
View File

@ -111,7 +111,6 @@ const getProgramRecords = async (programName) => {
}; };
// This gives the client a list of all of the programs that are currently being requested // This gives the client a list of all of the programs that are currently being requested
app.post('/api/licenseCount', async (req, res) => { app.post('/api/licenseCount', async (req, res) => {
try { try {