mirror of
https://github.com/usual2970/certimate.git
synced 2025-08-23 09:41:46 +00:00
add ui/dist to .gitignore. change dockerfile to build front.
This commit is contained in:
@@ -42,13 +42,13 @@ type GodaddyAccess struct {
|
||||
}
|
||||
|
||||
type PdnsAccess struct {
|
||||
ApiUrl string `json:"apiUrl"`
|
||||
ApiUrl string `json:"apiUrl"`
|
||||
ApiKey string `json:"apiKey"`
|
||||
}
|
||||
|
||||
type HttpreqAccess struct {
|
||||
Endpoint string `json:"endpoint"`
|
||||
Mode string `json:"mode"`
|
||||
Endpoint string `json:"endpoint"`
|
||||
Mode string `json:"mode"`
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user