Skip to content

Commit

Permalink
Merge pull request #703 from paritshivani/dev-deployment
Browse files Browse the repository at this point in the history
Dev deployment
  • Loading branch information
paritshivani authored Oct 15, 2024
2 parents c547922 + 7b289e0 commit 656da4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/nulp_elite/src/configs/urlConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,8 @@
"RETIRE": "assessment/v3/itemsets/retire"
},
"ASSET": {
"CREATE": "content/v3/create",
"UPLOAD": "content/v3/upload/"
"CREATE": "/action/content/v3/create",
"UPLOAD": "/action/content/v3/upload/"
},
"ITEMSET": {
"CREATE": "itemset/v3/create",
Expand Down Expand Up @@ -460,8 +460,8 @@
"DELETE": "/learnathon/content/delete"
},
"ICON": {
"CREATE": "asset/v1/create",
"UPLOAD": "asset/v1/upload/"
"CREATE": "/action/asset/v1/create",
"UPLOAD": "/action/asset/v1/upload/"
}
}
}

0 comments on commit 656da4f

Please sign in to comment.