Fixed api link.
This commit is contained in:
parent
e216d4a056
commit
6b01ec8c44
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</ul>
|
||||
-->
|
||||
<p>
|
||||
<form action="api/v1/packages" method="post" enctype="multipart/form-data">
|
||||
<form action="<%= App.Config.get('api_path') %>/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