mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-10-14 08:24:26 +00:00
takes configuration from same file as gunicorn
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form action = "http://{{ ip }}:{{ port }}/upload" method = "POST"
|
||||
<form action = "/upload" method = "POST"
|
||||
enctype = "multipart/form-data">
|
||||
<div class="fileUpload btn">
|
||||
<span>Upload</span>
|
||||
|
Reference in New Issue
Block a user