Skip to content

Commit efad76f

Browse files
committed
Add changeset for router controller async fix
1 parent bba8508 commit efad76f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"strapi-plugin-webtools": patch
3+
---
4+
5+
Fix async handling in router controller
6+
7+
Add await keyword before transformResponse call to properly handle the Promise returned by the method. This resolves the issue where the router endpoint returns empty objects instead of the expected content.

0 commit comments

Comments
 (0)