RohanVashisht commited on
Commit
3bd1a1b
·
verified ·
1 Parent(s): cd583ae

Update src/index.ts

Browse files
Files changed (1) hide show
  1. src/index.ts +1 -1
src/index.ts CHANGED
@@ -3,7 +3,7 @@ import packages from "../database/packages.json";
3
  import programs from "../database/programs.json";
4
 
5
  serve({
6
- port: 3000,
7
  fetch(req) {
8
  const url = new URL(req.url);
9
  const pathname = url.pathname;
 
3
  import programs from "../database/programs.json";
4
 
5
  serve({
6
+ port: 7860,
7
  fetch(req) {
8
  const url = new URL(req.url);
9
  const pathname = url.pathname;