Skip to content

Commit 3f086a8

Browse files
Update routes/api.php
Co-authored-by: Copilot <[email protected]>
1 parent b4cd63b commit 3f086a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Route::prefix($path)
1212
->middleware([
1313
StreamableHttpEnabledMiddleware::class,
14-
...config('loop.sse.middleware', []),
14+
...config('loop.streamable_http.middleware', []),
1515
])
1616
->group(function () {
1717
Route::post('/', McpController::class);

0 commit comments

Comments
 (0)