attachment and doculinks url changes
This commit is contained in:
parent
99a7802cf6
commit
9aa3f230c5
@ -25,7 +25,7 @@ namespace DamageAssesment.Api.Attachments.Providers
|
||||
this.httpContextAccessor = httpContextAccessor;
|
||||
baseUrl = $"{httpContextAccessor.HttpContext.Request.Scheme}://{httpContextAccessor.HttpContext.Request.Host}";
|
||||
baseUrl = baseUrl + "/attachments/download";
|
||||
SeedData();
|
||||
//SeedData();
|
||||
}
|
||||
public async Task<(bool IsSuccess, IEnumerable<Models.Attachment> Attachments, string ErrorMessage)> GetAttachmentsAsync()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user