Skip to content

Commit

Permalink
Update versionCheck.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre authored Feb 5, 2024
1 parent 9cba053 commit 9ac5aea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/middleware/versionCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ module.exports = ({ headers: { version, platform } }, res, next) => {
message: "Veuillez mettre à jour votre application!",
inAppMessage: [
`Mano a quitté la fabrique pour rejoindre le groupement d'intérêt public SESAN. Pour continuer à utiliser Mano, vous devez mettre à jour votre application mobile.`,
[{ text: "Télécharger la dernière version", link: `https://mano.sesan.fr/download?ts=${Date.now()}` }],
],
});
};

0 comments on commit 9ac5aea

Please sign in to comment.