Skip to content

Commit

Permalink
fix default sources always loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Fauzanmhr committed Sep 1, 2024
1 parent a288316 commit 38b7ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ Saya sangat menghargai kontribusi dari komunitas!

## Lisensi

Proyek ini dilisensikan di bawah Lisensi MIT - lihat file [LICENSE](LICENSE) untuk informasi lebih lanjut.


trigger
Proyek ini dilisensikan di bawah Lisensi MIT - lihat file [LICENSE](LICENSE) untuk informasi lebih lanjut.
6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ const fetchAndStoreAnimeData = async () => {
})();

// Use routes
app.use('/', animeRoutes);
app.use('/', genreRoutes);
app.use('/', episodeRoutes);
app.use('/', shortlinkRoutes);
app.use('/', scheduleRoutes);
app.use('/', animeRoutes, genreRoutes, episodeRoutes, shortlinkRoutes, scheduleRoutes);

// Start the server
app.listen(port, () => {
Expand Down

0 comments on commit 38b7ff8

Please sign in to comment.