Moamen Basel
Results
2
issues of
Moamen Basel
you forgot to add assign the maximum value for the post, while validating it just edit it to: $this->validate($req, [ 'body' => 'required|max:1000' ]);
making it compatible with python3: -cgi.escape() has been removed in python 3.8. use html.escape() instead. - The urlparse module is renamed to urllib.parse in Python 3.