File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import 'dart:convert';
6
6
import 'dart:io' ;
7
7
8
8
import 'package:dart_frog/dart_frog.dart' ;
9
- import 'package:ht_api/src/middlewares/authentication_middleware.dart' ;
9
+ // import 'package:ht_api/src/middlewares/authentication_middleware.dart';
10
10
import 'package:ht_api/src/middlewares/error_handler.dart' ;
11
11
import 'package:ht_api/src/registry/model_registry.dart' ;
12
12
import 'package:ht_api/src/services/auth_service.dart' ;
@@ -240,7 +240,7 @@ Handler middleware(Handler handler) {
240
240
// --- Core Middleware ---
241
241
.use (requestLogger ()) // Basic request logging
242
242
// Apply authenticationProvider to make User? available downstream
243
- .use (authenticationProvider ())
243
+ // .use(authenticationProvider())
244
244
// Error handler should generally be last to catch all upstream errors
245
245
.use (errorHandler ());
246
246
}
You can’t perform that action at this time.
0 commit comments