moved dashboard crate into here
This commit is contained in:
4
web/src/consts.rs
Normal file
4
web/src/consts.rs
Normal file
@ -0,0 +1,4 @@
|
||||
pub const DISCORD_OAUTH_TOKEN: &'static str = "https://discord.com/api/oauth2/token";
|
||||
pub const DISCORD_OAUTH_AUTHORIZE: &'static str = "https://discord.com/api/oauth2/authorize";
|
||||
pub const DISCORD_API: &'static str = "https://discord.com/api";
|
||||
pub const DISCORD_CDN: &'static str = "https://cdn.discordapp.com/avatars";
|
Reference in New Issue
Block a user