Skip to content
Permalink
Browse files
update
  • Loading branch information
cepulisb committed Apr 28, 2021
1 parent fdf2317 commit edc0e7ba0ecf85bc761bc75e6eb1feada50f2985
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 4 deletions.
@@ -112,7 +112,7 @@ router.get('/Modpets/:user',verifyjwt,(req,res) => {



router.get('/updatepet/:id',(req,res) => {
router.get('/updatepet/:id',(req, res) => {


db.query(`SELECT * FROM pets where id=${req.params.id} `,(err,result) =>{
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -11,7 +11,4 @@ ReactDOM.render(
document.getElementById('root')
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();

0 comments on commit edc0e7b

Please sign in to comment.