Skip to content

Commit 89a8451

Browse files
committed
changeset patch
1 parent cda7ede commit 89a8451

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.changeset/olive-flies-draw.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"@opennextjs/aws": patch
3+
---
4+
5+
Add more e2e for route handlers in app-router example app
6+
7+
- All supported HTTP methods (GET, POST, PUT, PATCH, DELETE, HEAD, and OPTIONS)
8+
- That formData works in POST route handler
9+
- That revalidation (ISR) works in GET route handler
10+
- That you can cache a GET route with force-static
11+
- That you can set cookies in a route handler
12+
- That you should be able to redirect in a route handler
13+
- Dynamic segments in a route handler
14+
- Query parameters

0 commit comments

Comments
 (0)