feat: add api lock key

This commit is contained in:
David Bailey 2023-12-14 11:47:33 +01:00
parent bc286413ad
commit a82290cf73
3 changed files with 30 additions and 6 deletions

View file

@ -8,8 +8,9 @@
{%block main_content%}
<article>
<form method="post" enctype="multipart/form-data">
<form method="post" enctype="multipart/form-data" action="/api/admin/upload">
<input type="text" id="post_path" name="post_path"/>
<input type="password" id="api_key" name="api_key"/>
<input type="file" id="post_data" name="post_data"/>
<button>Submit</button>