Skip to content

Commit

Permalink
misc(@cubejs-backend/server): Make x-power-by to Cube.js (express by …
Browse files Browse the repository at this point in the history
…default)
  • Loading branch information
ovr committed Dec 1, 2020
1 parent b38edfe commit e7d89a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cubejs-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class CubejsServer {

const app = express();

app.set('x-powered-by', 'Cube.js');
app.use(cors(this.config.http.cors));
app.use(bodyParser.json({ limit: '50mb' }));

Expand Down

0 comments on commit e7d89a4

Please sign in to comment.