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:
parent
8ddca50c55
commit
1f84fd28b9
4 changed files with 125 additions and 74 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue