Open
Description
Describe the bug
According to the documentation for route requests, it should be possible to set up custom route paths for my functions, so I can change the default paths as my needs.
Currently, the Config doesn't work at all, meaning that is like this option is not existent at all.
Steps to reproduce
- Clone this repository: https://github.com/TulioPintoNeto/financial-control;
- Run the command
npm run functions
ornetlify functions:serve
; - Hitting
http://localhost:9999/api/hello
return 404 (Functions not found...); - Alternatively, you can also use
netlify functions:list
to check the URLs and see thatConfig
is not doing nothing at all.
Configuration
[functions]
directory = "src/api/routes"
Environment
System:
OS: Windows 10 10.0.19045
CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
Memory: 1.04 GB / 7.87 GB
Binaries:
Node: 18.18.2 - C:\Program Files\nodejs\node.EXE
npm: 10.2.3 - C:\Program Files\nodejs\npm.CMD