Skip to content

lucascebertin/tinyhttp-multiple-subapps

Repository files navigation

Sample of multiple subapps

There is two subapps: get: /subapps/first get: /subapps/second

This is how the app is being created

const app = new App()
  .use(firstSubapp)
  .use(secondSubapp)

Trying to get the second one always returns "Not Found"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors