From 032ed1ee0dff1f46f58f885b6edd4d646e02a09b Mon Sep 17 00:00:00 2001 From: 65160019 <65160019@go.buu.ac.th> Date: Mon, 24 Mar 2025 14:31:34 +0000 Subject: [PATCH] Update 28 files - /controllers/AuthController.js - /controllers/CategoryController.js - /controllers/NoteController.js - /models/Category.js - /models/Note.js - /models/User.js - /routes/apiRoute.js - /routes/web.js - /views/categories.ejs - /views/dashboard.ejs - /views/login.ejs - /views/partials/footer.ejs - /views/partials/header.ejs - /views/register.ejs - /Controllers/NoteController.js - /Controllers/CategoryController.js - /Controllers/AuthController.js - /Models/Category.js - /Models/Note.js - /Models/User.js - /Routes/web.js - /Routes/apiRoute.js - /Views/partials/header.ejs - /Views/partials/footer.ejs - /Views/login.ejs - /Views/register.ejs - /Views/categories.ejs - /Views/dashboard.ejs --- {controllers => Controllers}/AuthController.js | 0 {controllers => Controllers}/CategoryController.js | 0 {controllers => Controllers}/NoteController.js | 0 {models => Models}/Category.js | 0 {models => Models}/Note.js | 0 {models => Models}/User.js | 0 {routes => Routes}/apiRoute.js | 0 {routes => Routes}/web.js | 0 {views => Views}/categories.ejs | 0 {views => Views}/dashboard.ejs | 0 {views => Views}/login.ejs | 0 {views => Views}/partials/footer.ejs | 0 {views => Views}/partials/header.ejs | 0 {views => Views}/register.ejs | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {controllers => Controllers}/AuthController.js (100%) rename {controllers => Controllers}/CategoryController.js (100%) rename {controllers => Controllers}/NoteController.js (100%) rename {models => Models}/Category.js (100%) rename {models => Models}/Note.js (100%) rename {models => Models}/User.js (100%) rename {routes => Routes}/apiRoute.js (100%) rename {routes => Routes}/web.js (100%) rename {views => Views}/categories.ejs (100%) rename {views => Views}/dashboard.ejs (100%) rename {views => Views}/login.ejs (100%) rename {views => Views}/partials/footer.ejs (100%) rename {views => Views}/partials/header.ejs (100%) rename {views => Views}/register.ejs (100%) diff --git a/controllers/AuthController.js b/Controllers/AuthController.js similarity index 100% rename from controllers/AuthController.js rename to Controllers/AuthController.js diff --git a/controllers/CategoryController.js b/Controllers/CategoryController.js similarity index 100% rename from controllers/CategoryController.js rename to Controllers/CategoryController.js diff --git a/controllers/NoteController.js b/Controllers/NoteController.js similarity index 100% rename from controllers/NoteController.js rename to Controllers/NoteController.js diff --git a/models/Category.js b/Models/Category.js similarity index 100% rename from models/Category.js rename to Models/Category.js diff --git a/models/Note.js b/Models/Note.js similarity index 100% rename from models/Note.js rename to Models/Note.js diff --git a/models/User.js b/Models/User.js similarity index 100% rename from models/User.js rename to Models/User.js diff --git a/routes/apiRoute.js b/Routes/apiRoute.js similarity index 100% rename from routes/apiRoute.js rename to Routes/apiRoute.js diff --git a/routes/web.js b/Routes/web.js similarity index 100% rename from routes/web.js rename to Routes/web.js diff --git a/views/categories.ejs b/Views/categories.ejs similarity index 100% rename from views/categories.ejs rename to Views/categories.ejs diff --git a/views/dashboard.ejs b/Views/dashboard.ejs similarity index 100% rename from views/dashboard.ejs rename to Views/dashboard.ejs diff --git a/views/login.ejs b/Views/login.ejs similarity index 100% rename from views/login.ejs rename to Views/login.ejs diff --git a/views/partials/footer.ejs b/Views/partials/footer.ejs similarity index 100% rename from views/partials/footer.ejs rename to Views/partials/footer.ejs diff --git a/views/partials/header.ejs b/Views/partials/header.ejs similarity index 100% rename from views/partials/header.ejs rename to Views/partials/header.ejs diff --git a/views/register.ejs b/Views/register.ejs similarity index 100% rename from views/register.ejs rename to Views/register.ejs -- GitLab