diff --git a/.gitignore b/.gitignore index 5fdba2d..44e54ba 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ Logs/ progs.db tmpdir/ .vscode/ -data/ \ No newline at end of file +data/ +Data/ \ No newline at end of file diff --git a/html/lastob.json b/html/lastob.json new file mode 100644 index 0000000..ce5b743 --- /dev/null +++ b/html/lastob.json @@ -0,0 +1,10 @@ +{{define "main"}} +{ + "Identifier" :"{{.Identifier}}", + "Version" :"{{.Version}}", + "Type" : "{{.Type}}", + "Location": "{{.Location}}", + "Checksum": "{{.Checksum}}", + "Url" : "{{.Url}}" +} +{{end}} \ No newline at end of file diff --git a/html/uploadfile.html b/html/uploadfile.html index ecd0d74..7cbf802 100644 --- a/html/uploadfile.html +++ b/html/uploadfile.html @@ -11,29 +11,29 @@ -