Create NodeJS configuration script (#2)

This commit is contained in:
2025-08-22 21:02:44 +02:00
parent 204c6dc7c8
commit 31f8e9a8ae
6 changed files with 177 additions and 0 deletions

3
api/test Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
curl -X POST -d '.' http://localhost:8001/api/consult
curl -X POST -d '{"name":"test-name","phone":"+79001002030"}' http://localhost:8001/api/consult