mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix build
This commit is contained in:
parent
21c07c1a17
commit
864ee56b8a
|
@ -1,5 +1,6 @@
|
|||
import path from 'path';
|
||||
import express from 'express';
|
||||
import type { Router } from 'express';
|
||||
import morgan from 'morgan';
|
||||
import * as http from 'http';
|
||||
import bodyParser from 'body-parser';
|
||||
|
@ -23,7 +24,7 @@ function routes(
|
|||
options: SCServer.SCServerOptions,
|
||||
store: Store,
|
||||
scServer: SCServer
|
||||
) {
|
||||
): Router {
|
||||
const limit = options.maxRequestBody;
|
||||
const logHTTPRequests = options.logHTTPRequests;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user