Skip to content

Commit

Permalink
Task #1 : Create entity
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale committed Aug 31, 2022
1 parent 862a4aa commit 98c8a40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proxy.conf.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"/registry/api/v1": {
"target": "https://sunbird-certificate-demo.xiv.in",
"target": "https://demo-admin-portal.xiv.in",
"changeOrigin": true,
"logLevel": "debug",
"secure": false

},

"/registry/api": {
"target": "https://sunbird-certificate-demo.xiv.in",
"target": "https://demo-admin-portal.xiv.in",
"changeOrigin": true,
"logLevel": "debug",
"secure": false

},

"/registry/api/docs": {
"target": "https://sunbird-certificate-demo.xiv.in",
"target": "https://demo-admin-portal.xiv.in",
"changeOrigin": true,
"logLevel": "debug",
"secure": false
Expand Down

0 comments on commit 98c8a40

Please sign in to comment.