Skip to content

Commit 3152432

Browse files
committed
logs added to gitignore
1 parent 0f8a3ea commit 3152432

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ app.use("/api/main-image", uploadLimiter);
113113
app.use("/api/bulk-upload", uploadLimiter);
114114

115115
// Apply stricter rate limiting to authentication-related routes
116-
app.use("/api/users/email", authLimiter); // For login attempts via email lookup
116+
app.use("/api/users/email", authLimiter); // For login attempts via email lookup
117117

118118
// Apply admin rate limiting to admin routes
119119

0 commit comments

Comments
 (0)