feat: ✨ add api lock key
This commit is contained in:
parent
bc286413ad
commit
a82290cf73
3 changed files with 30 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue