🎉」 init: started user data api

This commit is contained in:
2025-07-01 14:11:44 +02:00
parent 390fffbfee
commit 4c965c6849
4 changed files with 83 additions and 16 deletions

View File

@ -4,3 +4,9 @@ export FASTIFY_LOG_LEVEL := "info"
auth:
fastify start src/api/auth/default.js
user:
fastify start src/api/user/default.js
apis:
node dev.js