Skip to content

Commit 5dfd154

Browse files
authored
Merge pull request #69 from openclassify/spektra2147-fix-route-1
Update routes
2 parents ed9b877 + b787954 commit 5dfd154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ConnectModuleServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function map(Router $router)
134134
$this->mapStreamsApi($router);
135135
$this->mapEntriesApi($router);
136136

137-
Passport::routes();
137+
Passport::ignoreRoutes();
138138
}
139139

140140
/**

0 commit comments

Comments
 (0)