Some minor tweaks

This commit is contained in:
Phan An 2019-08-13 15:56:59 +07:00
parent ef757cc2a3
commit f485e2e2ad
3 changed files with 0 additions and 3 deletions

View file

@ -8,7 +8,6 @@ use App\Services\LastfmService;
use Illuminate\Contracts\Auth\Guard; use Illuminate\Contracts\Auth\Guard;
use Illuminate\Http\JsonResponse; use Illuminate\Http\JsonResponse;
use Illuminate\Http\RedirectResponse; use Illuminate\Http\RedirectResponse;
use Illuminate\Http\Response;
use Tymon\JWTAuth\Exceptions\JWTException; use Tymon\JWTAuth\Exceptions\JWTException;
use Tymon\JWTAuth\JWTAuth; use Tymon\JWTAuth\JWTAuth;

View file

@ -4,7 +4,6 @@ namespace App\Services;
use App\Events\SongLikeToggled; use App\Events\SongLikeToggled;
use App\Models\Interaction; use App\Models\Interaction;
use App\Models\Song;
use App\Models\User; use App\Models\User;
class InteractionService class InteractionService

View file

@ -16,7 +16,6 @@ server {
location /media/ { location /media/ {
internal; internal;
# A 'X-Media-Root' should be set to media_path settings from upstream
alias $upstream_http_x_media_root; alias $upstream_http_x_media_root;
#access_log /var/log/nginx/koel.access.log; #access_log /var/log/nginx/koel.access.log;