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';