fairfield-programming / backend-server

📠 The backend of the Fairfield Programming Association website.
https://fairfieldprogramming.org/
MIT License
26 stars 13 forks source link

npm uninstall cookie #108

Closed MassiGy closed 2 years ago

MassiGy commented 2 years ago

I've uninstalled the npm/cookie module because we are no longer setting the cookies on the backend but rather in the front end scripts, so we only need a cookie parser in the backend but not a setter ( serelizer )

Massiles.