fix route paths

This commit is contained in:
Fabian Freund
2025-02-21 11:52:18 +01:00
parent faf58d3c46
commit a3c900cf62
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ part of 'routes.dart';
@TypedGoRoute<BangCategoriesRoute>(
name: 'BangRoute',
path: 'bangs',
path: '/bangs',
routes: [
TypedGoRoute<BangSearchRoute>(
name: 'BangSearchRoute',