Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed May 21, 2020
1 parent 9a206ab commit 43b94e4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ function before($route)


dispatch('/:uri_param/*', 'api');
dispatch_post('/:uri_param/*', 'api');
dispatch_put('/:uri_param/*', 'api');
dispatch_delete('/:uri_param/*', 'api');
dispatch_patch('/:uri_param/*', 'api');

##############################################################################
# run after function
Expand Down

0 comments on commit 43b94e4

Please sign in to comment.