Justin Ruffell
Justin Ruffell
In our project we would like to handle non-existing tenants by showing them a 404 page. Currently, we do this by: `OnTenantNotResolved = async context => { if(context.Context is HttpContext...
The base Alcremie API (https://pokeapi.co/api/v2/pokemon/869) has links to all the different **cream** forms, but there is no link to any different **sweet** versions of the form. Example: - The base...
When pulling data for the Vivillon forms, I noticed that the default form image for Vivillon (666) was the **Meadow** form. However, when going into the data call, it was...