diff --git a/lib/src/http/route.dart b/lib/src/http/route.dart index d9b0b0a5..fa16f72d 100644 --- a/lib/src/http/route.dart +++ b/lib/src/http/route.dart @@ -16,6 +16,7 @@ class Route { else { this.matcher = new RegExp('^' + path.toString() + .replaceAll(new RegExp(r'\/\*$'), "*") .replaceAll(new RegExp('\/'), r'\/') .replaceAll(new RegExp(':[a-zA-Z_]+'), '([^\/]+)') .replaceAll(new RegExp('\\*'), '.*') diff --git a/pubspec.yaml b/pubspec.yaml index 3bfc817a..7eff5fe1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_framework -version: 0.0.0-dev.13 +version: 0.0.0-dev.14 description: Core libraries for the Angel framework. author: Tobe O homepage: https://github.com/angel-dart/angel_framework