mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Change default Send host to the public Mozilla one
This commit is contained in:
parent
8825e6e09c
commit
1cc0d6345f
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,8 @@
|
|||
use reqwest::StatusCode;
|
||||
|
||||
/// The default Send host to use.
|
||||
pub const SEND_DEFAULT_HOST: &'static str = "https://send.firefox.com/";
|
||||
|
||||
/// The HTTP status code that is returned for expired or non existant files.
|
||||
pub const HTTP_STATUS_EXPIRED: StatusCode = StatusCode::NotFound;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue