Skip to content
Snippets Groups Projects
Commit d69ba30d authored by DISSOUBRAY Nathan's avatar DISSOUBRAY Nathan
Browse files

Change some API routes to use POST instead of GET (!18)

# Description

As per the title, modify the routes in the axum server for some function calls to use POST instead of GET HTTP calls. The functions that use POST now expect a JSON body instead of deserializing the args in the GET route as was done previously.
parent 1ba1fa02
Branches
Tags
1 merge request!18Change some API routes to use POST instead of GET
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment