forked from projects/fipamo
file upload fix
found a minor bug that was preventing file uploads, so that was fixed. also commented out some buttons that are for features that have not been added just yet
This commit is contained in:
parent
db5ee3f87f
commit
cd056336cd
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace App\Http\Controllers\API;
|
||||||
|
|
||||||
use App\Http\Controllers\Controller;
|
use App\Http\Controllers\Controller;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
use App\Services\FileUploadService;
|
use App\Services\Assets\FileUploadService;
|
||||||
|
|
||||||
class FileUploadAPIController extends Controller
|
class FileUploadAPIController extends Controller
|
||||||
{
|
{
|
||||||
|
|
|
@ -122,6 +122,7 @@
|
||||||
@endif
|
@endif
|
||||||
<span>
|
<span>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- TODO: File Back up option
|
||||||
<div class="option-container">
|
<div class="option-container">
|
||||||
<svg id="nav-menu-icon" class="icon">
|
<svg id="nav-menu-icon" class="icon">
|
||||||
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-images"/>
|
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-images"/>
|
||||||
|
@ -131,6 +132,8 @@
|
||||||
</button>
|
</button>
|
||||||
<span>COMING SOON</span>
|
<span>COMING SOON</span>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
|
<!-- TODO: Reset site to defualt
|
||||||
<div class="option-container">
|
<div class="option-container">
|
||||||
<svg id="nav-menu-icon" class="icon">
|
<svg id="nav-menu-icon" class="icon">
|
||||||
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-back-in-time"/>
|
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-back-in-time"/>
|
||||||
|
@ -140,6 +143,7 @@
|
||||||
</button>
|
</button>
|
||||||
<span>COMING SOON</span>
|
<span>COMING SOON</span>
|
||||||
</div>
|
</div>
|
||||||
|
-->s
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<section id="site-themes" class="section-tab hide">
|
<section id="site-themes" class="section-tab hide">
|
||||||
|
|
Loading…
Reference in a new issue