But fails with makemehapi run and makemehapi verify
eakl@xxx:~$ makemehapi verify directories.js
Server running at: http://localhost:27586
✗ Status code 404 returned from url http://localhost:27586/foo/bar/baz/file.html, expected 200.
# FAIL
Your solution to DIRECTORIES didn't pass. Try again!
My server launch at http://localhost:27586 without the path to index.html
makemehapi doesn't verify this automatically? Should I pass an argument to makemehapi verify with the path?
The "directories" challenge requires to access the specific path
foo/bar/bar/file.html
to validate.My code executes well on node.js
But fails with
makemehapi run
andmakemehapi verify
My server launch at
http://localhost:27586
without the path to index.htmlmakemehapi doesn't verify this automatically? Should I pass an argument to
makemehapi verify
with the path?