Serve single file
Issue description
When i type
markserv -p 8000 -a 0.0.0.0 folder/README.md
Server actually expose all the files into folder.
Images
Serve command

Serve command

Main question
Is there a way to markserv serve only single file. Perhaps I just missed some setup details, or maybe this is not implemented yet.
Environment details
Markserv: version 1.17.4 System: Ubuntu 18.04.6 Browser: Google Chrome
Seems like you found a bug.
Does markserv behave the same way if you add the ./ to the start?
Example:
markserv -p 8000 -a 0.0.0.0 ./folder/README.md
------- Original Message ------- On Thursday, June 30th, 2022 at 10:11 AM, Alejo Gutierrez @.***> wrote:
When i type
markserv -p 8000 -a 0.0.0.0 folder/README.md
Server actually expose all the files into .
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>
No, it still doesn't work.
markserv -p 8000 -a 0.0.0.0 ./folder/README.md
stills doesn't work.
It may actually be a bug