✏️ Updated README to reflect new service names

This commit is contained in:
2022-01-24 13:22:39 -08:00
parent 30733dc62d
commit 8e5ff81d5f
2 changed files with 3 additions and 9 deletions

View File

@@ -45,8 +45,8 @@ Then:
### Ports
1. `threetwo`, the UI runs on port `8050`
2. `import` service on `3000`
3. `comicvine` service on `3080`
2. `threetwo-core-service` service on `3000`
3. `threetwo-metadata-service` service on `3080`
## Local Development

View File

@@ -1,10 +1,4 @@
import React, {
useState,
useEffect,
useCallback,
ReactElement,
useContext,
} from "react";
import React, { useState, useEffect, ReactElement, useContext } from "react";
import { useDispatch, useSelector } from "react-redux";
import { useParams } from "react-router-dom";
import Card from "./Carda";