Skip to content

Commit

Permalink
Changed SRC
Browse files Browse the repository at this point in the history
changed src
  • Loading branch information
FlorentinPG authored Mar 14, 2024
2 parents 9921f6c + 7d1ae25 commit 65e4ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cHANGES TO ACTIONS SOURCE
Changed from branch
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65e4ac2

Please sign in to comment.