update to new API endpoint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LordMZTE 2021-04-14 20:17:47 +02:00
parent 010f6fef15
commit 8078fffc5d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ macro_rules! init_once_cell {
}
pub mod consts {
pub const API_ENDPOINT: &str = "https://data.tilera.xyz/api/jensmemes";
pub const API_ENDPOINT: &str = "https://api.tilera.xyz/jensmemes/v1";
pub const NO_SUCH_CATEGORY_ERROR: &str = "The given Category does not exist!";
pub const NO_SUCH_USER_ERROR: &str = "The given User does not exist!";
}