2021-11-29 18:25:50 +01:00
|
|
|
namespace zero.Api.Configuration;
|
|
|
|
|
|
2021-12-01 13:23:44 +01:00
|
|
|
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
|
|
|
}
|