You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Aprove the node-module-generator to ensure that every module generated follows the specified Clean Architecture standard, including all layers and naming conventions.
*Catatan: Secara default, generator Awilix biasanya mengauto-load file. Pastikan loader Anda dikonfigurasi untuk memuat folder `usecases`, `repositories`, `controllers`, dan `routes`.*
20
+
21
+
## 2. Registrasi Route di Express (`src/app.js`)
22
+
23
+
Buka file `src/app.js` dan daftarkan router dari modul yang baru dibuat:
0 commit comments