fix constants path
This commit is contained in:
parent
6afd786f1f
commit
4edced25c7
@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user