Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Library Management Service initial implementation#427

Merged
ratanparai merged 6 commits intoOpenCodeFoundation:masterfrom
sohan093007:LibraryMagmentService_Intaial_Implementation
Jul 24, 2021
Merged

Library Management Service initial implementation#427
ratanparai merged 6 commits intoOpenCodeFoundation:masterfrom
sohan093007:LibraryMagmentService_Intaial_Implementation

Conversation

@sohan093007
Copy link
Copy Markdown
Contributor

@sohan093007 sohan093007 commented Jun 8, 2021

closes #350

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jun 8, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Copy Markdown
Contributor Author

@sohan093007 sohan093007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Library Management Service initial implementation

app.UseDeveloperExceptionPage();
}
app.UseSwagger();
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "LibraryManagement.API v1"));
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please fix the indentation here?

Copy link
Copy Markdown
Contributor Author

@sohan093007 sohan093007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made some changes according to Nitai's Comment.

Copy link
Copy Markdown
Contributor Author

@sohan093007 sohan093007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LibraryMangment after indentation

Copy link
Copy Markdown
Contributor Author

@sohan093007 sohan093007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LibraryMangment after indentation

app.UseSwagger();
app.UseSwaggerUI(c => c.SwaggerEndpoint("/swagger/v1/swagger.json", "LibraryManagement.API v1"));

app.UseHttpsRedirection();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove https redirection.

Copy link
Copy Markdown
Contributor Author

@sohan093007 sohan093007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After removing HTTPS redirection

Copy link
Copy Markdown
Contributor Author

@sohan093007 sohan093007 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After removing https redirection

@ratanparai ratanparai merged commit bce5676 into OpenCodeFoundation:master Jul 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

I want to work on Library Management Service

4 participants