simple-http-server-GO icon indicating copy to clipboard operation
simple-http-server-GO copied to clipboard

Form is not served from /form

Open rabdelazim opened this issue 1 year ago • 3 comments

I've cloned the repo and run go run main.go but I cannot get the form to serve when I request localhost:8080/form. See image attached.

image

rabdelazim avatar Mar 20 '23 20:03 rabdelazim

Hi @rabdelazim same problem here image

sergiopp avatar Apr 26 '23 02:04 sergiopp

https://github.com/NayanPatidar/simple-http-server-GO

Here you will find the proper solution

NayanPatidar avatar Jun 06 '23 17:06 NayanPatidar

@sergiopp To serve the form, the url should be - localhost:8080/form.html

MaryAyobami avatar Sep 16 '23 17:09 MaryAyobami