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:
ro 2024-05-28 13:16:50 -06:00
parent db5ee3f87f
commit cd056336cd
No known key found for this signature in database
GPG key ID: 29B551CDBD4D3B50
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@ namespace App\Http\Controllers\API;
use App\Http\Controllers\Controller;
use Illuminate\Http\Request;
use App\Services\FileUploadService;
use App\Services\Assets\FileUploadService;
class FileUploadAPIController extends Controller
{

View file

@ -122,6 +122,7 @@
@endif
<span>
</div>
<!-- TODO: File Back up option
<div class="option-container">
<svg id="nav-menu-icon" class="icon">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-images"/>
@ -131,6 +132,8 @@
</button>
<span>COMING SOON</span>
</div>
-->
<!-- TODO: Reset site to defualt
<div class="option-container">
<svg id="nav-menu-icon" class="icon">
<use id="nav-menu-icon" xlink:href="/assets/images/global/sprite.svg#entypo-back-in-time"/>
@ -140,6 +143,7 @@
</button>
<span>COMING SOON</span>
</div>
-->s
</div>
</section>
<section id="site-themes" class="section-tab hide">