This commit is contained in:
Omer Sabic 2024-06-02 10:30:56 +02:00
parent 8c892f42e9
commit 159770e793

View File

@ -317,9 +317,9 @@ export const dashboardRoutes = (fastify, _, done) => {
if (env.CERTS_URL) {
const resp = await fetch(`http://${env.CERTS_URL}/provision`, {
method: "POST",
body: {
body: JSON.stringify({
domain: req.body.domain
}
})
});
console.log(await resp.text());