Skip to content

Commit

Permalink
Mise en pause aide Saint Louis (#4748)
Browse files Browse the repository at this point in the history
* feat: mise en pause d'une aide de saint louis en attendant HTTPS et validation DPO

* fix: reajout des teleservices

* fix: integration PNDS
  • Loading branch information
jenovateurs authored Dec 10, 2024
1 parent 70b015b commit 310f0ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/controllers/teleservices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const teleservices = [
{
name: "ccas_saint_louis_preprod",
class: OpenFiscaResponse,
public: true,
public: false,
destination: {
label: "Transférer les informations",
url: "https://agrums.acadis.re/agrum/analyse-des-droits/{{token}}",
Expand All @@ -46,6 +46,7 @@ const teleservices = [
{
name: "PNDS",
class: PNDS,
public: true,
destination: {
url: "https://www.mesdroitssociaux.gouv.fr?token={{token}}",
},
Expand Down Expand Up @@ -91,7 +92,7 @@ const teleservices = [
url: "/api/proxy/ds?token={{token}}",
},
},
]
].filter((service) => service.public === true)

function createClass(teleservice, simulation, query) {
// Create object dynamically, and apply constructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ type: bool
entity: menages
openfiscaPeriod: thisMonth
periodicite: autre
private: true

0 comments on commit 310f0ba

Please sign in to comment.