Skip to content

Commit

Permalink
Merge pull request #120 from suvarnakale/main
Browse files Browse the repository at this point in the history
Explore API - url changed
  • Loading branch information
Pratikshakhandagale authored Sep 11, 2023
2 parents b2f7edb + 7fbfbf1 commit b89b182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/publish/swaggerui/swaggerui.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class SwaggeruiComponent implements OnInit {
domNode: document.getElementById("swagger-ui-item"),
deepLinking: true,
layout: "BaseLayout",
url: "https://demo-admin-portal.xiv.in/registry/api/docs/user/swagger.json",
url: "https://demo-admin-portal.sunbirdrc.dev/registry/api/docs/user/swagger.json",

'responseInterceptor':
function (response: any) {
Expand Down

0 comments on commit b89b182

Please sign in to comment.