✏️ Updated README to reflect new service names
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user