Fix pb utility (#16)

* Update dependencies and go compile target version

* Adds deletion support to the server

* Add form around delete button

* Add support for returning the url in curl

* remove -config option for now

* Upload as form value instead of file

* remove dependencies from go mod

* update to README re: new curl usage
This commit is contained in:
Tai Groot
2021-04-20 06:20:39 -07:00
committed by GitHub
parent 1c454dc629
commit 5ade7a0642
7 changed files with 74 additions and 23 deletions

View File

@@ -16,10 +16,14 @@
</a>
<ul class="menu">
<li class="menu-item">
<a href="#dropdowns">
<i class="icon icon-delete"></i>
Delete
</a>
<form action="/p/{{.UUID}}/delete" method="POST">
<button type="submit">
<span href="#dropdowns">
<i class="icon icon-delete"></i>
Delete
</span>
</button>
</form>
</li>
</ul>
</div>