Skip to content

Commit 1346321

Browse files
authored
Merge pull request #28 from TBosak/main
Switching port back to 5000
2 parents 7a01ab3 + b502907 commit 1346321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ async function deleteFeed(feedId: string): Promise<boolean> {
12151215
}
12161216

12171217
export default {
1218-
port: 8000,
1218+
port: 5000,
12191219
fetch: app.fetch,
12201220
};
12211221

0 commit comments

Comments
 (0)