We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22563cc commit 55d9527Copy full SHA for 55d9527
Router/Router.php
@@ -5,6 +5,8 @@
5
// If you use SPACE in the url, it should convert the space to -, /home-index
6
$router->get('/home index', 'home@index');
7
8
+$router->post('/upload', 'home@uploadImage');
9
+
10
$router->post('/home', 'home@post');
11
12
$router->get('/', function() {
0 commit comments