Skip to content

Commit

Permalink
changed src
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinPG committed Mar 14, 2024
1 parent 9921f6c commit 7d1ae25
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 7d1ae25

Please sign in to comment.