/api -> /form
API endpoints will be added later
This commit is contained in:
parent
73454ac4c8
commit
49899b6f34
3 changed files with 5 additions and 5 deletions
|
@ -18,7 +18,7 @@
|
|||
</header>
|
||||
<input type="radio" name="tab" class="htab" id="htab-file" aria-hidden="true" checked>
|
||||
<input type="radio" name="tab" class="htab" id="htab-link" aria-hidden="true">
|
||||
<form action="/api/upload" method="post" enctype="multipart/form-data" id="tab-file" role="tabpanel">
|
||||
<form action="/form/upload" method="post" enctype="multipart/form-data" id="tab-file" role="tabpanel">
|
||||
{{> no-auto-submit }}
|
||||
<div class="form-main">
|
||||
{{> file }}
|
||||
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
<form action="/api/shorten" method="post" id="tab-link" role="tabpanel">
|
||||
<form action="/form/shorten" method="post" id="tab-link" role="tabpanel">
|
||||
{{> no-auto-submit }}
|
||||
<div class="form-main">
|
||||
{{> link }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue