add signup

This commit is contained in:
2024-11-30 09:47:34 +03:00
parent ccc92ecea0
commit 8e744cf2dd
21 changed files with 10629 additions and 2 deletions

3
stubs/api/index.js Normal file
View File

@@ -0,0 +1,3 @@
const router = require('express').Router();
module.exports = router;