Skip to content

Commit 1e42a57

Browse files
committed
Support attachments in forms
1 parent 951b9db commit 1e42a57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/grav/routes.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ async def scan_forward_home_worker(request):
6464
scan_forward_home_worker,
6565
methods=home_wk_methods,
6666
),
67+
Route(
68+
"/o/{org}/api/s/{share}/attachments",
69+
scan_forward_home_worker,
70+
methods=home_wk_methods,
71+
),
6772
]
6873

6974
return routes

0 commit comments

Comments
 (0)