This commit is contained in:
2020-06-17 22:07:37 +00:00
parent 72c24ae17a
commit bcf2277664
7 changed files with 41 additions and 27 deletions

View File

@@ -24,6 +24,7 @@ app.api = (function () {
putAction,
postAction,
createLicense,
createRavLicense,
getLicenseRequests,
generateFromRequest,
licenseEmailResponse;
@@ -273,8 +274,7 @@ app.api = (function () {
});
};
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
//CreateRavLicense
//Route app.post('/api/license/create', function (req, res) {
//
@@ -299,7 +299,6 @@ app.api = (function () {
});
};
///////////////////////////////////////////////////////////
//GetLicenseRequests
//Fetch license requests
@@ -387,6 +386,7 @@ app.api = (function () {
putAction: putAction,
postAction: postAction,
createLicense: createLicense,
createRavLicense: createRavLicense,
getLicenseRequests: getLicenseRequests,
generateFromRequest: generateFromRequest,
licenseEmailResponse: licenseEmailResponse