mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
server build fix
This commit is contained in:
parent
24d26e4b8b
commit
4ed72f382c
@ -3,7 +3,7 @@ import express from 'express'
|
||||
import compression from 'compression'
|
||||
import morgan from 'morgan'
|
||||
import bodyParser from 'body-parser'
|
||||
import pkg from '../../package.json'
|
||||
import pkg from '../package.json'
|
||||
|
||||
// routes
|
||||
import UrlCheckRouter from './routes/UrlCheckRouter'
|
||||
|
Loading…
Reference in New Issue
Block a user