Skip to content

Commit

Permalink
platform check middleware added
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Sep 23, 2024
1 parent 1d9e080 commit 786149d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
|
*/
if (Config::get('fintech.chat.enabled')) {
Route::prefix(config('fintech.chat.root_prefix', 'api/'))->middleware(['api', 'http_log', 'encrypted'])->group(function () {
Route::prefix(config('fintech.chat.root_prefix', 'api/'))->middleware(['api'])->group(function () {
Route::prefix('chat')->name('chat.')->group(function () {

Route::apiResource('chat-groups', ChatGroupController::class);
Expand Down

0 comments on commit 786149d

Please sign in to comment.