Skip to content

Commit

Permalink
Update api.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenilk committed Apr 30, 2023
1 parent a6c61cb commit 63862e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { Response,Request } from "express";
require("dotenv").config();
const express= require("express");
const mongoose = require("mongoose");
const app =express();
Expand Down

1 comment on commit 63862e8

@vercel
Copy link

@vercel vercel bot commented on 63862e8 Apr 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

refrigurator-api – ./

refrigurator-api-lenilk.vercel.app
refrigurator-api-git-main-lenilk.vercel.app
refrigurator-api.vercel.app

Please sign in to comment.