Skip to content

Commit

Permalink
@rturnq feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tigt committed Jan 30, 2023
1 parent d9c123b commit 704f310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/7-webapp-features/4-routing/marko/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ routes/
|-- about/
|-- +page.marko // about page "/about"
|-- +layout.marko // global app layout
|-- +handler.{js,ts,*} // run code for conditionally rendering HTML/API route
|-- +handler.{js,ts,*} // conditionally render HTML, API route, run arbitrary code…
|-- +middleware.{js,ts,*} // added to HTTP framework middleware chain
|-- +meta.{js,ts,*} // adds metadata to route
|-- +404.marko // shows when no suitable route found
Expand Down

0 comments on commit 704f310

Please sign in to comment.