ufosc / UF-API-GROUP

First repo of UF API MINI GROUP at OPEN SOURCE CLUB
GNU General Public License v3.0
3 stars 20 forks source link

api calculator routes written incorrectly #42

Closed RetroSpaceMan123 closed 1 year ago

RetroSpaceMan123 commented 1 year ago

I should have realized this earlier, however, it seems as though I have written the API routes for the calculator wrong. When calling the calculator routes, Swagger creates the following URL: https:localhost:8080calc/[operand], which can't be parsed for obvious reasons.

Example of an improper route
RetroSpaceMan123 commented 1 year ago

I'm going to work on this