-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I am using version 1.4.9 to retrieve data but it does not contain any media values such as image, video. Please give me some instructions please!
Thanks
Here is my code
[HttpGet("{id}")]
public async Task<IActionResult> Get(string id)
{
var api = await GetPrismicApi();
var response = await api.GetByID(id);
return Ok(response);
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
