update upload page to conform with the fact that i removed the subdomain and just put a proxy_pass for /files
This commit is contained in:
parent
0314ade45c
commit
ae4c6d900b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<h2>this is the upload page</h2>
|
||||
<p>i think</p>
|
||||
<br>
|
||||
<form action='https://files.hippoz.xyz/api/upload' method="POST" enctype="multipart/form-data">
|
||||
<form action='https://hippoz.xyz/files/api/upload' method="POST" enctype="multipart/form-data">
|
||||
<input class="input" placeholder="password" type="password" name="password"> </br>
|
||||
<input class="input" placeholder="file name" type="text" name="filename"> </br>
|
||||
<label class="button-default" for="upload-file">browse</label> <br>
|
||||
|
|
Loading…
Reference in a new issue