6700d092b3
Migrates Disco Update checking to new services at https://services.discoict.com.au.
21 lines
425 B
C#
21 lines
425 B
C#
using System;
|
|
|
|
namespace Disco.Services.Interop.DiscoServices
|
|
{
|
|
public static class DiscoServiceHelpers
|
|
{
|
|
[Obsolete]
|
|
public static string CommunityUrl()
|
|
{
|
|
return "https://discoict.com.au/base/";
|
|
}
|
|
|
|
public static string ServicesUrl
|
|
{
|
|
get
|
|
{
|
|
return "https://services.discoict.com.au/";
|
|
}
|
|
}
|
|
}
|
|
} |