remove replay stuff
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
All checks were successful
Deploy Backend / docker (ubuntu-latest) (push) Successful in 40s
This commit is contained in:
@ -16,7 +16,6 @@ import { scoresaberService } from "@ssr/common/service/impl/scoresaber";
|
||||
import { delay, isProduction } from "@ssr/common/utils/utils";
|
||||
import { connectScoreSaberWebSocket } from "@ssr/common/websocket/scoresaber-websocket";
|
||||
import ImageController from "./controller/image.controller";
|
||||
import ReplayController from "./controller/replay.controller";
|
||||
import { ScoreService } from "./service/score.service";
|
||||
import { Config } from "@ssr/common/config";
|
||||
import { PlayerDocument, PlayerModel } from "@ssr/common/model/player";
|
||||
@ -148,14 +147,7 @@ app.use(
|
||||
*/
|
||||
app.use(
|
||||
decorators({
|
||||
controllers: [
|
||||
AppController,
|
||||
PlayerController,
|
||||
ImageController,
|
||||
ReplayController,
|
||||
ScoresController,
|
||||
LeaderboardController,
|
||||
],
|
||||
controllers: [AppController, PlayerController, ImageController, ScoresController, LeaderboardController],
|
||||
})
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user