mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-21 07:21:35 +01:00
Rename project
This commit is contained in:
@@ -33,7 +33,7 @@ export default class SongsController {
|
||||
public async callback({ request, response }: HttpContextContract) {
|
||||
if (await setupSpotify(request.qs().code)) {
|
||||
return response.status(200).send({
|
||||
message: 'Athena successfully connected to Spotify',
|
||||
message: 'API successfully connected to Spotify',
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user