Files
mixtape/zero.Api/Configuration/Constants.cs
T

6 lines
136 B
C#
Raw Normal View History

2021-11-29 18:25:50 +01:00
namespace zero.Api.Configuration;
public static class ApiConstants
2021-11-29 18:25:50 +01:00
{
2021-12-13 16:11:52 +01:00
public const string ChangeToken = "zero.api.change_vector";
2021-11-29 18:25:50 +01:00
}