PokeMate / image-generator

API for generating new Pokemon images
1 stars 0 forks source link

Image endpoint id fix #18

Closed simibac closed 4 years ago

simibac commented 4 years ago

for post request on 5001/image-generator

send body as follows from now on:

{
    "id1":12,
    "id2":23,
    "newId":724
}
simibac commented 4 years ago

Also images are cleaned on startup. There shouldn't be any id complications now.