monkeytype/backend/middlewares
Rizwan Mustafa a0d5392884
(Backend) Ability to make Quotes Favorite (#2826) rizwanmustafa
* Created API for making quotes fav

* Moved routes over to quotes

* Renamed favQuotes to favoriteQuotes

* Renamed routes

* Removed error to prevent confusion and panic

* Added regex check for quote id and added fav quote number check

* Some fixy

* Added configuration for max favorite quotes

* Added grouping

* Created variable for storing collection

* Changed variable name

* Changed variable name

* Fixed some problems

* Fixed bug

* Added length chekc for quoteId

* MOved routes over to user

* Renamed routes
2022-04-14 22:53:44 +02:00
..
ape-rate-limit.ts added rate limiting for ape key endpoints 2022-03-06 18:33:20 +01:00
api-utils.ts removed unnecessary type cast 2022-04-14 18:38:03 +02:00
auth.ts Add logging support from Winston with colored output (#2774) 2022-03-27 11:29:11 -04:00
context.ts Migrate redis client and configuration client from class syntax (#2802) 2022-04-05 12:41:20 -04:00
error.ts Add logging support from Winston with colored output (#2774) 2022-03-27 11:29:11 -04:00
rate-limit.ts (Backend) Ability to make Quotes Favorite (#2826) rizwanmustafa 2022-04-14 22:53:44 +02:00