Gros refactoring

This commit is contained in:
François Pelletier 2024-12-31 21:01:12 -05:00
parent 4a6bfc951f
commit dd22432b48
12 changed files with 18 additions and 18 deletions

View file

@ -1,7 +1,7 @@
# Test your FastAPI endpoints
# @name login
POST http://127.0.0.1:8000/token/
POST http://127.0.0.1:8080/token/
Content-Type: application/x-www-form-urlencoded
username=francois&password=password
@ -9,7 +9,7 @@ username=francois&password=password
###
POST http://127.0.0.1:8000/generer/
POST http://127.0.0.1:8080/generer/
Content-Type: application/json
Accept: application/zip
Authorization: Bearer {{authToken}}
@ -31,7 +31,7 @@ Authorization: Bearer {{authToken}}
###
POST http://127.0.0.1:8000/generer/
POST http://127.0.0.1:8080/generer/
Content-Type: application/json
Accept: application/zip
Authorization: Bearer {{authToken}}
@ -53,7 +53,7 @@ Authorization: Bearer {{authToken}}
###
POST http://127.0.0.1:8000/generer/
POST http://127.0.0.1:8080/generer/
Content-Type: application/json
Accept: application/pdf
Authorization: Bearer {{authToken}}