From b868d0ba58384fce5a9a45ae153dee9815327d55 Mon Sep 17 00:00:00 2001 From: Senni Heidari Date: Tue, 21 Nov 2023 11:36:12 +0200 Subject: Update directory hierarchy --- static/create.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') 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 => { -- cgit v1.2.3