diff options
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.rs b/src/config.rs index fd85d91..02ae63d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -3,4 +3,4 @@ pub static PAGE_LIMIT: i64 = 20; pub const MAX_UPLOAD_FILE_SIZE: u64 = 1024 * 1024; // 1 MB pub const SAVE_FILE_BASE_PATH: &str = "./uploads"; -pub const UPLOADS_ENDPOINT: &str = "http://localhost:3000/uploads"; +pub const UPLOADS_ENDPOINT: &str = "/uploads"; |
