ProvideQ / toolbox-server

Resources for the server that hosts the toolbox (Backend)
https://provideq.kit.edu
MIT License
1 stars 1 forks source link

refactor: Move `GET /solve/<problem-type>` to `GET /solution/<problem-type>` #46

Open schweikart opened 1 year ago

schweikart commented 1 year ago

We currently have a GET /solve/<problem-type> route that can be used to fetch a solution (or just a solution status) from a previous submission to POST /solve/<problem-type>. Since the GET route cannot be used to to solve a problem but only to fetch a solution, @Elscrux and I agreed to move the GET route to GET /solution/<problem-type>.

Elscrux commented 6 months ago

Will be resolved with #69