darkgraycat / gcp_pet_project

MIT License
0 stars 0 forks source link

Add test route #18

Open darkgraycat opened 1 year ago

darkgraycat commented 1 year ago

Add new test route to make calculations: syntax:

/calculate/:operation/:a/:b

Should looks like:

GET /calculate/multiply/4/2

response should be '8';

Operations: 'add' 'substract' 'multiply' 'divide'

darkgraycat commented 1 year ago

Tested on local env

image image image image