test(cicd): Adding a change to force a different hash

This commit is contained in:
Josepablo C
2025-09-10 20:41:17 -06:00
parent 29b570f176
commit 4fd6b0679d

View File

@@ -4,7 +4,7 @@ const apiConfig = require( `${ROOT_PATH}/${API_CONFIG}` );
const postTest = async(req, res) => {
res.send({
msg:"Hello world!",
msg:"I am alive!",
data:{
apiQuery:req.query,
apiParams:req.params.params,