chore: Update node and Go environment images in CI (#2240)
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
var url = require("url");
|
||||
|
||||
module.exports = async function (context) {
|
||||
module.exports = async (context) => {
|
||||
console.log(context.request.url);
|
||||
|
||||
var url_parts = url.parse(context.request.url, true);
|
||||
|
||||
Reference in New Issue
Block a user