Skip to content

Commit 474a11d

Browse files
committed
Typos
1 parent 70a6e69 commit 474a11d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ python3 init.py
3838

3939
Once started, the backend will expose a number of endpoints:
4040

41-
- Legacy API: [localhost:5000/](http://localhost:5000/);
41+
- Legacy API: [localhost:5000/<LEGACY_METHOD>](http://localhost:5000/);
4242
- Legacy JQuery web application: [localhost:5000:/old](http://localhost:5000/old);
4343
- API v2: [localhost:5000/v2](http://localhost:5000/v2);
44-
- New Vue web application: [localhost:5000/](http://localhost:5000/) (assuming the [vue-app](https://github.com/coderbotorg/vue-app) build is placed in the `dist/` folder);
45-
- Swagger UI dynamic documentation of the API v2: [localhost:5000:/v2/ui/index.html](http://localhost:5000/v2/ui/index.html) (once you cloned the [swagger-ui](https://github.com/coderbotorg/swagger-ui) repository inside the backend folder.
44+
- New Vue web application: [localhost:5000/](http://localhost:5000/) (assuming a [vue-app](https://github.com/coderbotorg/vue-app) build is placed in the `dist/` folder);
45+
- Swagger UI dynamic documentation of the API v2: [localhost:5000/v2/ui/index.html](http://localhost:5000/v2/ui/index.html) (once you cloned the [swagger-ui](https://github.com/coderbotorg/swagger-ui) repository inside the backend folder).
4646

0 commit comments

Comments
 (0)