fix constants path

This commit is contained in:
Chika 2020-09-13 18:59:12 +03:00
parent 6afd786f1f
commit 4edced25c7

View File

@ -9,7 +9,7 @@ import morgan from "morgan";
import path from "path";
import "reflect-metadata";
import routes from "./routes";
import { CLIENT_DEV_URL, API_PORT } from "../constants/urls";
import { CLIENT_DEV_URL, API_PORT } from "../core/constants/urls";
const isDevelopmentMode = process.env.NODE_ENV === "development";