1
0
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:
Matthias Kretschmann 2019-07-09 14:49:32 +02:00
parent 24d26e4b8b
commit 4ed72f382c
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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'