Skip to content

Commit 04fa815

Browse files
applying make lint
1 parent 665611e commit 04fa815

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/router/router.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,12 @@
1111

1212
class Router {
1313
public:
14-
Router(ServerConfig& config);
14+
explicit Router(ServerConfig& config);
1515
~Router();
16+
17+
Router(const Router& other);
18+
Router& operator=(const Router& other);
19+
1620
void handle_request(Client* conn, const HttpRequest& request);
1721

1822
private:

0 commit comments

Comments
 (0)