removed unused endpoints
This commit is contained in:
@@ -17,7 +17,11 @@ ApiProxy.get(async (req, res) => {
|
||||
var checkquerypath =
|
||||
"/api/file/getawaitingsubmissionfromblob?container=" + containerName;
|
||||
|
||||
console.log("///////////\ngetawaitingsubmissionblob url :", req.url);
|
||||
console.log(
|
||||
"///////////////////////\ngetawaitingsubmissionblob url :",
|
||||
req.url,
|
||||
"\n///////////////////////\n"
|
||||
);
|
||||
// console.log(hashAPIPath(checkquerypath), checkHash);
|
||||
// console.log(hashAPIPath(checkquerypath) == "&hash=" + checkHash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user