Skip to content

Commit

Permalink
Merge pull request #496 from mission-apprentissage/fix/generate-metab…
Browse files Browse the repository at this point in the history
…ase-dashboard-url-routes

fix: method pour la generation des url metabase
  • Loading branch information
FaXaq authored Nov 27, 2024
2 parents 60dc748 + 86fe134 commit 9d50a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export const ROUTES = {
},
"[POST]/generate-metabase-dashboard-url": {
url: "/generate-metabase-dashboard-url",
method: "PUT",
method: "POST",
schema: getMetabaseDashboardUrlSchema,
},
"[GET]/dne_url": {
Expand Down

0 comments on commit 9d50a52

Please sign in to comment.