Go to file
jester 7a336367e9 Fix: Change DB field 'ports' to 'allocatedPorts' to match schema
Prisma schema defines the field as 'allocatedPorts' (Json type), but code was using 'ports'. This caused DB save failures during provisioning.
2025-12-20 18:07:30 +00:00
keys Initial API implementation 2025-12-13 22:30:53 +00:00
prisma Initial API implementation 2025-12-13 22:30:53 +00:00
src Fix: Change DB field 'ports' to 'allocatedPorts' to match schema 2025-12-20 18:07:30 +00:00
.gitignore Initial API implementation 2025-12-13 22:30:53 +00:00
index.js Initial API implementation 2025-12-13 22:30:53 +00:00
package-lock.json Initial API implementation 2025-12-13 22:30:53 +00:00
package.json Initial API implementation 2025-12-13 22:30:53 +00:00
prom_sd_token.txt Initial API implementation 2025-12-13 22:30:53 +00:00
README.md Initial commit 2025-12-13 22:12:40 +00:00
test-a-srv-delete.mjs Initial API implementation 2025-12-13 22:30:53 +00:00
test-a-srv.mjs Initial API implementation 2025-12-13 22:30:53 +00:00
test-edge.mjs Initial API implementation 2025-12-13 22:30:53 +00:00
test-srv.mjs Initial API implementation 2025-12-13 22:30:53 +00:00
zpack-api-boilerplate.zip Initial API implementation 2025-12-13 22:30:53 +00:00

zlh-api