Skip to content

Commit

Permalink
feat: 🎸 drop useless rpc mode
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed May 30, 2024
1 parent ef8285a commit 9460ad0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import controlServer from 'http-shutdown';
import { parse } from 'url';
import debug from 'debug';
import knownPipeline from './knownPipeline';
import unknownPipeline from './unknownPipeline';
import serverInformation from './serverInformation';
import errorHandler from './errorHandler';
import settings from '../settings';
Expand Down Expand Up @@ -46,7 +45,6 @@ function createServer(ezs, serverPort, serverPath, workerId) {
});
app.use(metrics(ezs));
app.use(serverInformation(ezs));
app.use(unknownPipeline(ezs));
app.use(knownPipeline(ezs));
app.use((request, response, next) => {
if (request.catched === false) {
Expand Down
54 changes: 0 additions & 54 deletions packages/core/src/server/unknownPipeline.js

This file was deleted.

0 comments on commit 9460ad0

Please sign in to comment.