Rename the project

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2021-08-05 15:50:29 +02:00
parent 94f6175e71
commit 353764a8a3
7 changed files with 11 additions and 11 deletions

View File

@@ -36,7 +36,7 @@ const sessionConfig: SessionConfig = {
| The name of the cookie that will hold the session id.
|
*/
cookieName: 'artapi-session',
cookieName: 'athena-session',
/*
|--------------------------------------------------------------------------