Skip to content

Commit

Permalink
Put AG urls in JSON, fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpmanDev committed Sep 10, 2024
1 parent df89ad6 commit 672e402
Show file tree
Hide file tree
Showing 8 changed files with 157 additions and 755 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ process.on('SIGTERM', () => shutdown('SIGTERM'));
process.on('SIGINT', () => shutdown('SIGINT'));

server.listen({
port: 8000,
port: 8001,
});
Binary file added static/assets/img/99balls3d.webp
Binary file not shown.
Binary file removed static/assets/img/neal.webp
Binary file not shown.
Loading

0 comments on commit 672e402

Please sign in to comment.