changed get to post for dyndns

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-04-04 14:53:53 +02:00
parent 9b2c7f3495
commit f803570ba7
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
}
},
"/dyndns/{hostname}": {
"get": {
"post": {
"tags": [
"DNS"
],