2weekmail/api/newmail.code-workspace
2025-03-20 00:47:38 -05:00

50 lines
682 B
Plaintext

{
"folders": [
{
"name": "API - Controllers",
"path": "./controllers"
},
{
"name": "API - Migrations",
"path": "./db/migrations"
},
{
"name": "API - Models",
"path": "./db/models"
},
{
"name": "API - Seeds",
"path": "./db/seeds"
},
{
"name": "API - DB Directory",
"path": "./db"
},
{
"name": "API - Routes",
"path": "./routes"
},
{
"name": "API - Utils",
"path": "./utils"
},
{
"name": "API - Middleware",
"path": "./middleware"
},
{
"name": "API - Views",
"path": "./views"
},
{
"name": "API - Public",
"path": "./public"
},
{
"name": "newmail",
"path": "."
}
]
}