Skip to content

Commit

Permalink
Finished
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Jul 7, 2024
1 parent 45f07db commit 5fcac70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,17 @@ much difference compared to the `codeigniter3-skeleton` package.
"routes": [
{
"src": "/(.*)",
"dest": "/api/index.php"
"dest": "/api/index.php?/$1"
}
]
}
```

## Vercel Node.js Version

- `vercel-node.js` version `18.x`
![https://i.imgur.com/EL7UAh8.png](https://i.imgur.com/EL7UAh8.png)

## 💯 Vercel PHP Runtime Versions

- `[email protected]` - Node 18.x / PHP 8.2.x (https://example-php-8-2.vercel.app)
Expand Down

0 comments on commit 5fcac70

Please sign in to comment.