release: 1.0.12
This commit is contained in:
@ -23,7 +23,7 @@ class Path {
|
||||
}
|
||||
|
||||
class RouteConfig {
|
||||
static List<Path> _paths = [
|
||||
static final List<Path> _paths = [
|
||||
Path(
|
||||
r'^/([\w-]+)$',
|
||||
(context, match) => DemoPage(slug: match),
|
||||
|
Reference in New Issue
Block a user