add comments to cider and boilerplate azure

This commit is contained in:
Enstrayed
2023-11-06 11:52:17 -08:00
parent f275bae2a7
commit 74d9b82e0e
6 changed files with 407 additions and 32 deletions

5
routes/notifications.js Normal file
View File

@@ -0,0 +1,5 @@
const { app, db, globalConfig } = require("../index.js") // Get globals from index
module.exports = {app} // export routes to be imported by index for execution