mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-04 11:55:51 +00:00
change server to webserver in REVIEW
This commit is contained in:
@@ -29,8 +29,8 @@ and then go through the functions declared in `BackendInterface`. Reviewers coul
|
|||||||
also branch out to the rest of the code by looking at where these functions are
|
also branch out to the rest of the code by looking at where these functions are
|
||||||
called from.
|
called from.
|
||||||
|
|
||||||
### server
|
### webserver
|
||||||
The code in the server folder implements the web server for handling RPC requests.
|
The code in the webserver folder implements the web server for handling RPC requests.
|
||||||
This code was mostly copied and pasted from boost beast example code, so I would
|
This code was mostly copied and pasted from boost beast example code, so I would
|
||||||
really appreciate review here.
|
really appreciate review here.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user