7 lines
126 B
C#
7 lines
126 B
C#
namespace OF_DL.Helpers;
|
|
|
|
public static class Constants
|
|
{
|
|
public const string API_URL = "https://onlyfans.com/api2/v2";
|
|
}
|