diff options
author | Senni Heidari <sheidar2@local> | 2023-11-21 11:36:12 +0200 |
---|---|---|
committer | Senni Heidari <sheidar2@local> | 2023-11-21 11:36:12 +0200 |
commit | b868d0ba58384fce5a9a45ae153dee9815327d55 (patch) | |
tree | 2d73e810cad9eba76121f28b07eeb49bf3f9e573 /static | |
parent | 2ebfcf29c84b84999b76ff13150ba5a13fd3cac1 (diff) |
Update directory hierarchy
Diffstat (limited to 'static')
-rw-r--r-- | static/create.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/create.js b/static/create.js index 6c25659..d64073f 100644 --- a/static/create.js +++ b/static/create.js @@ -50,7 +50,7 @@ createQuestions = () => { } loadQuestions = async() => { - await fetch( 'get_questions' ) + await fetch( 'get/quiz_creator' ) .then( response => response.json() ) .then( json => questions = json ) .catch( error => { |