Skip to content

Commit

Permalink
Make response empty for not found errors with non html extension (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Jun 26, 2023
1 parent c2249c8 commit 00a7171
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 511 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Udibo React App

[![release](https://img.shields.io/badge/release-0.11.0-success)](https://github.com/udibo/react_app/releases/tag/0.11.0)
[![deno doc](https://doc.deno.land/badge.svg)](https://deno.land/x/udibo_react_app@0.11.0)
[![release](https://img.shields.io/badge/release-0.12.0-success)](https://github.com/udibo/react_app/releases/tag/0.12.0)
[![deno doc](https://doc.deno.land/badge.svg)](https://deno.land/x/udibo_react_app@0.12.0)
[![CI/CD](https://github.com/udibo/react_app/actions/workflows/main.yml/badge.svg)](https://github.com/udibo/react_app/actions/workflows/main.yml)
[![codecov](https://codecov.io/gh/udibo/react_app/branch/main/graph/badge.svg?token=G5XCR01X8E)](https://codecov.io/gh/udibo/react_app)
[![license](https://img.shields.io/github/license/udibo/react_app)](https://github.com/udibo/react_app/blob/main/LICENSE)
Expand Down Expand Up @@ -31,13 +31,13 @@ Apps are created using [React Router](https://reactrouter.com),

This module has 2 entry points.

- [mod.tsx](https://deno.land/x/udibo_react_app@0.11.0/mod.tsx): For use in code
- [mod.tsx](https://deno.land/x/udibo_react_app@0.12.0/mod.tsx): For use in code
that will be used both on the server and in the browser.
- [server.tsx](https://deno.land/x/udibo_react_app@0.11.0/server.tsx): For use
- [server.tsx](https://deno.land/x/udibo_react_app@0.12.0/server.tsx): For use
in code that will only be used on the server.

You can look at the [examples](#examples) and
[deno docs](https://deno.land/x/udibo_react_app@0.11.0) to learn more about
[deno docs](https://deno.land/x/udibo_react_app@0.12.0) to learn more about
usage.

### Examples
Expand Down
Loading

0 comments on commit 00a7171

Please sign in to comment.