update to new API endpoint
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
010f6fef15
commit
8078fffc5d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ macro_rules! init_once_cell {
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod consts {
|
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_CATEGORY_ERROR: &str = "The given Category does not exist!";
|
||||||
pub const NO_SUCH_USER_ERROR: &str = "The given User does not exist!";
|
pub const NO_SUCH_USER_ERROR: &str = "The given User does not exist!";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue