From f94ed88b95bab6143ef511c69310a803bce8832c Mon Sep 17 00:00:00 2001 From: kicap1992 Date: Fri, 21 Mar 2025 04:18:57 +0800 Subject: [PATCH] testing code-server --- connection.ts | 2 +- index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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';