mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 21:16:17 +02:00
Add genres route
This commit is contained in:
@@ -2,6 +2,7 @@ import { albumArtistsService } from './album-artists.service';
|
||||
import { albumsService } from './albums.service';
|
||||
import { artistsService } from './artists.service';
|
||||
import { authService } from './auth.service';
|
||||
import { genresService } from './genres.service';
|
||||
import { serversService } from './servers.service';
|
||||
import { usersService } from './users.service';
|
||||
|
||||
@@ -10,6 +11,7 @@ export const service = {
|
||||
albums: albumsService,
|
||||
artists: artistsService,
|
||||
auth: authService,
|
||||
genres: genresService,
|
||||
servers: serversService,
|
||||
users: usersService,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user