Skip to content

Commit

Permalink
Merge pull request #22 from Aar-if/main
Browse files Browse the repository at this point in the history
api fix
  • Loading branch information
itsvick authored Oct 10, 2024
2 parents 8ce41b8 + cf3f032 commit 007a0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ContentService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const getContent = async (status: string[]) => {


export const createQuestionSet = async () => {
const apiURL = `${baseUrl}/action/questionset/v2/create`;
const apiURL = `action/questionset/v2/create`;
const reqBody = {
request: {
questionset: {
Expand Down

0 comments on commit 007a0bb

Please sign in to comment.