mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Add Wox.CrashReporter
This commit is contained in:
14
Wox.Core/APIServer.cs
Normal file
14
Wox.Core/APIServer.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Wox.Core
|
||||
{
|
||||
public static class APIServer
|
||||
{
|
||||
private static string BaseAPIURL = "http://api.getwox.com";
|
||||
public static string ErrorReportURL = BaseAPIURL + "/error/";
|
||||
public static string LastestReleaseURL = BaseAPIURL + "/release/latest/";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user