diff options
| author | 2026-05-03 00:09:23 +0700 | |
|---|---|---|
| committer | 2026-05-03 00:09:23 +0700 | |
| commit | 3483fdac0c40df7e390a941431b9e99f5a6de687 (patch) | |
| tree | c5b763d5db76920845e89b6c6e5eb8de5554136e /config/config.go | |
| parent | cca3ff72b5e29b31122c0a0496be741e7bc0162b (diff) | |
| download | web-3483fdac0c40df7e390a941431b9e99f5a6de687.tar.gz web-3483fdac0c40df7e390a941431b9e99f5a6de687.zip | |
feat: add yandex verification code
Diffstat (limited to 'config/config.go')
| -rw-r--r-- | config/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go index 784ac38..0b1570a 100644 --- a/config/config.go +++ b/config/config.go @@ -238,6 +238,7 @@ type TriggerConfig struct { type MetaConfig struct { GoogleSiteVerification string `json:"GoogleSiteVerification" yaml:"googleSiteVerification"` + YandexVerification string `json:"YandexVerification" yaml:"yandexVerification"` } type PhotoStorageConfig struct { |