Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
fix(doc): fix GraphQL gateway URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ratanparai committed Nov 30, 2020
1 parent 9a17cfe commit bf17307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -39,7 +39,7 @@ in terminal from project's root folder. The first run can take 30 mins to 1 hour
### Service URLs

- eSchool Frontend (Blazor) - [http://localhost:5200/](http://localhost:5200/)
- eSchool Gateway (GraphQL) - [http://localhost:5101/graphql/](http://localhost:5102/graphql/)
- eSchool Gateway (GraphQL) - [http://localhost:5101/graphql/](http://localhost:5101/graphql/)
- WebStatus - [http://localhost:5107/](http://localhost:5107/)
- Enrolling.API (REST - Swagger) - [http://localhost:5102/swagger/](http://localhost:5102/swagger/)
- Enrolling.API (GraphQL - Banana Cake Pop) - [http://localhost:5102/graphql/](http://localhost:5102/graphql/)
Expand Down

0 comments on commit bf17307

Please sign in to comment.