feat: new api verion
This commit is contained in:
parent
addee744ef
commit
14627fbc07
@ -19,7 +19,7 @@ type AddedQuizImagesResponse = {
|
||||
};
|
||||
|
||||
const API_URL = `${process.env.REACT_APP_DOMAIN}/squiz`;
|
||||
const IMAGES_URL = `${process.env.REACT_APP_DOMAIN}/squizstorer`;
|
||||
const IMAGES_URL = `${process.env.REACT_APP_DOMAIN}/squizstorer/v1.0.0`;
|
||||
|
||||
export const createQuiz = async (
|
||||
body?: Partial<CreateQuizRequest>,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user