mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2025-03-17 13:22:54 +01:00
fix
This commit is contained in:
parent
91f1d73295
commit
c28e58de88
@ -165,6 +165,7 @@ export async function processRegistrationWebHandler(request, reply) {
|
||||
try {
|
||||
const record = await getAndValidateStateOfRequest(request);
|
||||
const body = request.body;
|
||||
console.log(request)
|
||||
const baseUrl = new URL(request.originalUrl).pathname.replace(/\/+$/, '');
|
||||
|
||||
// we serialize the payload again and store it
|
||||
|
Loading…
x
Reference in New Issue
Block a user