diff --git a/src/index.ts b/src/index.ts index 699b097..bcd8e00 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,7 @@ import express from 'express'; // Ruta para obtener el JWK app.get('/jwk', (req, res) => { res.json({ - "abc": "This is from the branch" + "abc": "This is from the branch example" }); }); // Iniciar el servidor