diff --git a/connection.ts b/connection.ts index 2366079..7c9e255 100644 --- a/connection.ts +++ b/connection.ts @@ -1,4 +1,4 @@ -// ini +// this is a test import mongoose, { Schema } from 'mongoose'; // Import Schema import dotenv from 'dotenv'; diff --git a/index.ts b/index.ts index 869bc3f..ed5e352 100644 --- a/index.ts +++ b/index.ts @@ -1,4 +1,4 @@ -// index.ts +// this is for express import express, { type Request, type Response } from 'express'; import formData from 'express-form-data'; import fileUpload from 'express-fileupload';