Skip to content

Commit 67f7aa1

Browse files
authored
Typo
1 parent bc38f28 commit 67f7aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

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

41-
- Legacy API: [localhost:5000/<LEGACY_METHOD>](http://localhost:5000/);
42-
- Legacy JQuery web application: [localhost:5000:/old](http://localhost:5000/old);
41+
- Legacy API: [localhost:5000/`<LEGACY_METHOD>`](http://localhost:5000/);
42+
- Legacy JQuery web application: [localhost:5000/old](http://localhost:5000/old);
4343
- API v2: [localhost:5000/v2](http://localhost:5000/v2);
4444
- 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);
4545
- 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).

0 commit comments

Comments
 (0)