Fix a comment
This commit is contained in:
parent
d88c0ebc64
commit
7c8d2fe5f8
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ impl Ear {
|
|||
}
|
||||
}
|
||||
|
||||
/// Receives and parses a request from `receive_request` to call to dermine the function to call.
|
||||
/// Receives and parses a request from `receive_request` to dermine the function to call.
|
||||
fn parse_url(full_request: Vec<String>) -> Vec<String> {
|
||||
full_request // TODO
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue