0
Homepage API Controller to an existing Project
I have a simple project I'm working on and id like to add an API controller to my homepage, ow can I do that without creating a new project? On Visual Studio Code.
1 ответ
+ 1
You can create the API controller in NodeJS. You can do it without creating a new project. Just add a folder named server or api and add backend code in it