This website requires JavaScript.
Explore
Help
Register
Sign In
4lt
/
novaconium
Watch
1
Star
0
Fork
0
You've already forked novaconium
Code
Issues
2
Pull Requests
Actions
Packages
Projects
Releases
2
Wiki
Activity
77b60d34f6
novaconium
/
examples
/
App
/
routes.php
9 lines
116 B
PHP
Raw
Normal View
History
Unescape
Escape
added examples
2024-08-29 22:05:31 -07:00
<
?
php
$routes
=
[
'/about'
=>
[
updated routes for get and post
2024-09-16 06:47:00 -07:00
'get'
=>
'about'
added examples
2024-08-29 22:05:31 -07:00
],
'/'
=>
[
updated routes for get and post
2024-09-16 06:47:00 -07:00
'get'
=>
'index'
added examples
2024-08-29 22:05:31 -07:00
]
];
Reference in New Issue
Copy Permalink