Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Feb 22, 2024
1 parent c4f9370 commit d10a093
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugin-server/src/main/services/http-server.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import express, { Request, Response } from 'express'
import { DateTime } from 'luxon'
import { IngestionConsumer, KafkaJSIngestionConsumer } from 'main/ingestion-queues/kafka-queue'
import * as prometheus from 'prom-client'

import { status } from '../../utils/status'
import { delay } from '../../utils/utils'

prometheus.collectDefaultMetrics()
const v8Profiler = require('v8-profiler-next')
v8Profiler.setGenerateType(1)

import express, { Request, Response } from 'express'

import { delay } from '../../utils/utils'

export const expressApp: express.Application = express()

export function setupCommonRoutes(
Expand Down

0 comments on commit d10a093

Please sign in to comment.