Skip to content

Commit

Permalink
fix file not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
maheshbasnet089 committed Mar 8, 2023
1 parent 1cb67ce commit dea1be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapShareBackend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require("dotenv").config();
const cors = require("cors");
const path = require("path");
const fs = require("fs");
const File = require("./model/fileModel");

//CORS
const corsOptions = {
Expand Down

1 comment on commit dea1be0

@vercel
Copy link

@vercel vercel bot commented on dea1be0 Mar 8, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.