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

Library Management Service initial implementation #427

Conversation

sohan093007
Copy link
Contributor

@sohan093007 sohan093007 commented Jun 8, 2021

closes #350

@CLAassistant
Copy link

CLAassistant commented Jun 8, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
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
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
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
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
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
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
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
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