Skip to content

Commit

Permalink
docs: add note about precedence
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 30, 2024
1 parent e28e114 commit b521f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Catch-all routes are also supported. Refer [Next.js documentation](https://nextj

Here `Request` and `Response` are Deno's built-in request and response objects - documented [here](https://docs.deno.com/deploy/api/runtime-request) and [here](https://docs.deno.com/deploy/api/runtime-response).

Also note that the API routes will take precedence over static files. It is recommended to specify non-conflicting URL roots for API and static routes.

## Contributing

This project is a work in progress and is not yet ready for production use. It is meant as an internal tool for [Global Brain Corporation](https://globalbrains.com/en), but we welcome external contributions and feedback. Please feel free to open an issue or a pull request. This project follows Semantic Versioning and the Conventional Commits guidelines.
Expand Down

0 comments on commit b521f5c

Please sign in to comment.