sveltejs / sapper

The next small thing in web development, powered by Svelte
https://sapper.svelte.dev
MIT License
7.01k stars 435 forks source link

Fix status code for requesting /client #1734

Closed hillar closed 3 years ago

hillar commented 3 years ago

Fixes https://github.com/sveltejs/sapper/issues/1733

if client is requesting path, what is not filename, but directory name, then it is not server internal error, it is just simple resource not found

Before submitting the PR, please make sure you do the following

Tests