Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mock server removal #157

Merged
merged 3 commits into from
Jan 20, 2021
Merged

Mock server removal #157

merged 3 commits into from
Jan 20, 2021

Conversation

Guzel738
Copy link
Contributor

  • mock server directory removed

@Guzel738 Guzel738 linked an issue Jan 18, 2021 that may be closed by this pull request
@aMoRRoMa
Copy link

HI! It would be great to update README.md too.

@Guzel738
Copy link
Contributor Author

  • package.json and README updated

@Guzel738 Guzel738 marked this pull request as ready for review January 19, 2021 09:55
@@ -24,10 +24,6 @@ If you plan to use full fake REST API you have to update `.env`.
```
REACT_APP_API_URL=http://localhost:3004
```
Start JSON Server if you prefer to use default full fake REST API.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If mock API is deleted, lines from 23 to 26 don't make sense.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please remove link to JSON server

- * [JSON Server](https://github.com/typicode/json-server) - Fake REST API.

Copy link
Member

@workshur workshur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check and remove all dependencies related to this mock server, e.g: json-server

@@ -24,10 +24,6 @@ If you plan to use full fake REST API you have to update `.env`.
```
REACT_APP_API_URL=http://localhost:3004
```
Start JSON Server if you prefer to use default full fake REST API.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also please remove link to JSON server

- * [JSON Server](https://github.com/typicode/json-server) - Fake REST API.

@Guzel738
Copy link
Contributor Author

Dependencies related to mock server removed, README file updated

Copy link
Contributor

@whotake whotake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

@Guzel738 Guzel738 merged commit cc7a933 into master Jan 20, 2021
@Guzel738 Guzel738 deleted the i137/mock_server branch January 20, 2021 12:05
javalover123 pushed a commit to javalover123/kafka-ui that referenced this pull request Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused mock server from react app
5 participants