mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Create basic CDN endpoints for #10
This commit is contained in:
@@ -14,7 +14,7 @@ pub(super) fn clan_invites_provider<C: Send + Sync>() -> SimpleFunc<39, crate::U
|
||||
ClanInviteInfo {
|
||||
username: "RE_user1".to_owned(),
|
||||
display_name: "RE_user1".to_owned(),
|
||||
clan_name: "RE_clan1".to_owned(),
|
||||
clan_name: "RE_clan_invite1".to_owned(),
|
||||
clan_size: 42,
|
||||
use_custom_avatar: false,
|
||||
avatar_id: 0,
|
||||
|
||||
@@ -25,8 +25,8 @@ pub(super) fn search_clans_provider<C: Send + Sync>() -> SimpleFunc<32, crate::U
|
||||
ty: polariton::serdes::TypePrefix::HashMap, // hashmap
|
||||
items: vec![
|
||||
ClanInfo {
|
||||
clan_name: "".to_owned(),
|
||||
clan_description: "".to_owned(),
|
||||
clan_name: "RE_clan_search_name".to_owned(),
|
||||
clan_description: "RE_clan_search_description".to_owned(),
|
||||
clan_type: ClanType::Closed,
|
||||
clan_size: 1,
|
||||
}.as_transmissible(),
|
||||
|
||||
Reference in New Issue
Block a user