Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Adds TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wright committed Jun 11, 2019
1 parent 1411765 commit 4539b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/api/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const setCookies = () => ({
body: encoder.encode("Cookies set!")
});

// TODO: add handler for form data
const routes = new RouteMap([
[/\/colossal$/, colossal],
[/\/json-body$/, jsonBody],
Expand Down

0 comments on commit 4539b0a

Please sign in to comment.