Updated api path.
This commit is contained in:
parent
b6398744b0
commit
5b7cd7e478
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</ul>
|
||||
-->
|
||||
<p>
|
||||
<form action="api/packages" method="post" enctype="multipart/form-data">
|
||||
<form action="api/v1/packages" method="post" enctype="multipart/form-data">
|
||||
<input type="file" name="file_upload"/>
|
||||
<button class="btn btn-primary" type="submit"><%- @T('Install Package') %></button>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue