Skip to content

Commit

Permalink
new update test CI after restrt
Browse files Browse the repository at this point in the history
  • Loading branch information
manupanand committed Nov 8, 2024
1 parent 76edfc3 commit 44453d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
# - run: npm test
# - run: |
# touch .env
# echo "{{secrets.PROD_ENV_FILE}}" > .env
# echo "${{secrets.PROD_ENV_FILE}}" > .env
2 changes: 1 addition & 1 deletion server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const cors=require('cors')
app.use(cors())
app.get('/',(req,res)=>{
res.json({
message:"got main route"
message:"new update test"
})
})

Expand Down

0 comments on commit 44453d5

Please sign in to comment.