Add JSON response

This commit is contained in:
Manuel Cillero 2024-02-27 17:50:43 +01:00
parent 470223e684
commit 812d5d0506
3 changed files with 4 additions and 1 deletions

1
src/response/json.rs Normal file
View file

@ -0,0 +1 @@
pub use actix_web::web::Json;