Suganya209

Results 1 issues of Suganya209

Serverless.yml configuration: functions: test: handler: test.php events: - httpApi: method: POST path: /test I have started the server using the command, vendor/bin/bref-dev-server ![image](https://github.com/brefphp/dev-server/assets/81163466/9755ec7f-9867-4455-81ef-fbf384ec4693) I have called the endpoint by this...