mirror of
https://github.com/alvierahman90/uploadr.git
synced 2025-12-08 15:53:58 +00:00
takes configuration from same file as gunicorn
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<script>
|
||||
|
||||
file = document.getElementById('file_link');
|
||||
file.setAttribute('href','http://{{ ip }}:{{ port }}/download/{{ filename }}');
|
||||
file.innerHTML = 'http://{{ ip }}:{{ port }}/download/{{ filename }}';
|
||||
file.setAttribute('href','/download/{{ filename }}');
|
||||
file.innerHTML = '/download/{{ filename }}';
|
||||
|
||||
</script>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user