implement drag and drop

As a consquence of better UX, '/' post handler will now redirect instead
of returning a String.

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2021-06-19 06:42:22 +05:30
parent 8ddca50c55
commit 1f84fd28b9
4 changed files with 126 additions and 75 deletions

View File

@@ -1,7 +1,8 @@
version: '3.3'
services:
pastebin:
image: wantguns/bin
build: .
# image: wantguns/bin
container_name: pastebin
ports:
- 127.0.0.1:6162:6162