Remove ratings code

This commit is contained in:
Ajay
2022-08-22 10:56:22 -04:00
parent 6be2f96f26
commit 38a418a37a
6 changed files with 0 additions and 227 deletions

View File

@@ -62,12 +62,6 @@ addDefaults(config, {
max: 10,
statusCode: 200,
message: "OK",
},
rate: {
windowMs: 900000,
max: 20,
statusCode: 200,
message: "Success",
}
},
userCounterURL: null,