From 75a3c57256c34fa5aec30479da178f5c9e78ff41 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sun, 9 Apr 2023 20:36:45 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/Api/src/contro?= =?UTF-8?q?ller/spotify-controller/spotifyCtrl.ts'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api/src/controller/spotify-controller/spotifyCtrl.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Api/src/controller/spotify-controller/spotifyCtrl.ts b/src/Api/src/controller/spotify-controller/spotifyCtrl.ts index f3d2e92..7039eca 100644 --- a/src/Api/src/controller/spotify-controller/spotifyCtrl.ts +++ b/src/Api/src/controller/spotify-controller/spotifyCtrl.ts @@ -1,13 +1,9 @@ import Controller from '../Icontroller'; -import { Router, Request, Response, NextFunction, RequestHandler } from 'express'; -import { AuthReqBody } from './request/authReqBody'; +import { Router, Request, Response, NextFunction } from 'express'; import HttpException from '../../middleware/exeption/httpExeption'; import axios from 'axios'; import CryptString from './crypt'; -import AES from 'crypto-js' -import querystring from 'querystring'; import qs from 'qs'; -import cookieParser from 'cookie-parser'; class SpotifyController implements Controller { public path = '/spotify';