Sergey Karmanov b5477d529f
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m18s
Create and publish a Docker image / Deploy image (push) Successful in 38s
авторизация
2023-12-24 04:16:18 +03:00

5 lines
77 B
C#

public static class Consts
{
public const char TOKENS_SEPORATOR = ';';
}