Skip to content

Commit c2f1062

Browse files
committed
WIP
- Working on searching virtual page
1 parent 0fea354 commit c2f1062

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

site/config/routes.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,21 +35,6 @@
3535
]);
3636
}
3737
],
38-
[
39-
'pattern' => '/second',
40-
'method' => 'get',
41-
'action' => function () {
42-
return Page::factory([
43-
'slug' => 'second',
44-
'template' => 'search',
45-
'content' => [
46-
'title' => 'Andrea\'s search information',
47-
'subtitle' => 'Andrea\'s search information',
48-
'published_at' => '2025-03-11',
49-
]
50-
]);
51-
}
52-
],
5338
[
5439
'pattern' => '/andrea/url/(:any)',
5540
'method' => 'get',

0 commit comments

Comments
 (0)