1Mediumgeneralโฑ 45sWhat does `app.use()` do in Express?๐โผAOnly serves static filesBRegisters middleware to run for matching requests (all routes by default, or a specific path if given)CStarts the server listeningDOnly used for error handling