Maybe Fix #4052. Missed an absolute URL. (#4187)

This commit is contained in:
Daniel Meltzer 2017-10-09 16:04:38 -04:00 committed by snipe
parent e29d878d4f
commit e9f10dd74e

View file

@ -29,7 +29,7 @@
<span class="btn btn-info fileinput-button"> <span class="btn btn-info fileinput-button">
<span>Select Import File...</span> <span>Select Import File...</span>
<!-- The file input field used as target for the file upload widget --> <!-- The file input field used as target for the file upload widget -->
<input id="fileupload" type="file" name="files[]" data-url="/api/v1/imports" accept="text/csv"> <input id="fileupload" type="file" name="files[]" data-url="{{ route('api.imports.index') }}" accept="text/csv">
</span> </span>
</div> </div>
<div class="col-md-9" v-show="progress.visible" style="padding-bottom:20px"> <div class="col-md-9" v-show="progress.visible" style="padding-bottom:20px">