Update upload.rs

This commit is contained in:
nicolaiunrein 2020-03-30 16:31:38 +02:00 committed by GitHub
parent 441d163e93
commit cea92039c5

View File

@ -34,8 +34,8 @@ use std::borrow::Cow;
///
/// ```
/// # Example Curl Request
/// Assuming you have defined your mutation root like in the example above, you can now upload a file `myFile.txt` with the below curl
/// command:
/// Assuming you have defined your mutation root like in the example above,
/// you can now upload a file `myFile.txt` with the below curl command:
///
/// ```curl
/// curl POST 'localhost:8000' \