🎨优化token生成以及加强验证
Some checks reported errors
continuous-integration/drone/tag Build was killed

This commit is contained in:
coward
2024-06-18 15:20:17 +08:00
parent 1950150f42
commit 3e112cb672
6 changed files with 45 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
package config
type http struct {
Port uint `yaml:"port"`
Port uint `yaml:"port"`
Endpoint string `yaml:"endpoint"`
}