This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user