TomasZ
TomasZ10mo ago

Uploaded a module, need help!

I uploaded my module: https://deno.land/x/vipps_mobilepay_sdk@0.0.1 But then I realised that I should have pointed it at my src folder, not the root folder 🤦‍♂️ I tried updating my Github webhook from: https://api.deno.land/webhook/gh/vipps_mobilepay_sdk to: https://api.deno.land/webhook/gh/vipps_mobilepay_sdk?subdir=src .. But that gave me a 400 error in Github. I'm stuck!!
2 Replies
crowlKats
crowlKats10mo ago
requires a / at the end of the subdir
TomasZ
TomasZ10mo ago
Ah... it required a %2F both before AND after the directory name 😅