Skip to content

Commit

Permalink
Merge pull request #140 from holashchand/swagger-fix
Browse files Browse the repository at this point in the history
fixed user swagger url
  • Loading branch information
Pratikshakhandagale authored Oct 12, 2023
2 parents a093ddb + 9d9f618 commit b5cb4a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
db-data*
node_modules*
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.sunbirdrc.dev/registry/api/docs/user/swagger.json",
url: "/registry/api/docs/user/swagger.json",

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

0 comments on commit b5cb4a3

Please sign in to comment.