diff --git a/science-quest/src/assets/const.js b/science-quest/src/assets/const.js index 8cae71c..719f2e9 100644 --- a/science-quest/src/assets/const.js +++ b/science-quest/src/assets/const.js @@ -1 +1,3 @@ -export const NOM_APP="ScienceQuest" \ No newline at end of file +export const NOM_APP="ScienceQuest" + +export const REST_API="https://sae-java.alix-jdlm.fr/api/v1" \ No newline at end of file diff --git a/science-quest/src/components/jeux/pendu/Pendu.vue b/science-quest/src/components/jeux/pendu/Pendu.vue index 88d7c25..fcc41c3 100644 --- a/science-quest/src/components/jeux/pendu/Pendu.vue +++ b/science-quest/src/components/jeux/pendu/Pendu.vue @@ -1,5 +1,6 @@