run-aspnetcore-microservices icon indicating copy to clipboard operation
run-aspnetcore-microservices copied to clipboard

fix #90 added limitation on zipcode input

Open davypaulino opened this issue 1 year ago • 1 comments

In order to not change the scope of the project, I added a small change of maximum size to the frontend zipcode input.

I added this item because it doesn't change the project too much, but it helps people who are starting the project and may be confused about whether the order api is working or not.

It was a feeling I had when sending a zipcode that generates the exception, because in my country zipcodes are 8 characters long.

davypaulino avatar Jul 26 '24 15:07 davypaulino