Skip to content

Commit 4aca107

Browse files
committed
build: update import path for authentication middleware
- Change import path from 'ht_api' to 'flutter_news_app_api_server_full_source_code' - This update ensures consistency in import paths across the project
1 parent ddfd42e commit 4aca107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/api/v1/_middleware.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'dart:io' show Platform; // To read environment variables
22

33
import 'package:dart_frog/dart_frog.dart';
4-
import 'package:ht_api/src/middlewares/authentication_middleware.dart';
4+
import 'package:flutter_news_app_api_server_full_source_code/src/middlewares/authentication_middleware.dart';
55
import 'package:logging/logging.dart';
66
import 'package:shelf_cors_headers/shelf_cors_headers.dart' as shelf_cors;
77

0 commit comments

Comments
 (0)