diff --git a/README.md b/README.md index 10a447a..510db4d 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -cHANGES TO ACTIONS SOURCE \ No newline at end of file +Changed from branch \ No newline at end of file diff --git a/src/index.ts b/src/index.ts index de76e0b..699b097 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": 123 + "abc": "This is from the branch" }); }); // Iniciar el servidor