Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-Aak committed Jul 23, 2024
1 parent 5c2f251 commit 43f6976
Show file tree
Hide file tree
Showing 17 changed files with 989 additions and 87 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const express = require('express');
const request = require('request');
const app = express();
const cors = require('cors');
app.use(cors());
const port = 8080;

app.use(express.static('public'));
Expand Down
63 changes: 0 additions & 63 deletions index.html

This file was deleted.

21 changes: 21 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions node_modules/cors/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 58 additions & 0 deletions node_modules/cors/HISTORY.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions node_modules/cors/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 43f6976

Please sign in to comment.