You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
namespace API;
|
|
|
|
internal static class Constants
|
|
{
|
|
|
|
public const string DefaultProfilePicture =
|
|
"https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png";
|
|
|
|
|
|
} |