Skip to content

Commit

Permalink
Merge pull request #14 from felipesud/fix/github-actions
Browse files Browse the repository at this point in the history
update
  • Loading branch information
felipesud authored Jul 14, 2023
2 parents dcf8d40 + 5847b7d commit 4765aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/controllers/templeController.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const templeController = {
};

const response = await TempleModel.create(temple);
res.status(201).json({response, msg: "Temple added Successfully!"})
res.status(201).json({response, msg: "Temple added Successfully."})

}catch (error){
console.log(error);
Expand Down

0 comments on commit 4765aaa

Please sign in to comment.