Skip to content

Commit 5a3f6b3

Browse files
committed
Link correction
1 parent a7f24c1 commit 5a3f6b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ then, start the app with:
5050
$(venv) ellar runserver --reload
5151
```
5252

53-
Open your browser and navigate to [`http://localhost:3000/`](http://localhost:3000/).
53+
Open your browser and navigate to [`http://localhost:8000/`](http://localhost:8000/).
5454
![Swagger UI](img/ellar_framework.png)
5555

5656
## Features Summary
@@ -76,6 +76,7 @@ Open your browser and navigate to [`http://localhost:3000/`](http://localhost:30
7676
Project is still in development
7777

7878
- Documentation - in progress
79+
- Interceptors - [Aspect Oriented Programming](https://en.wikipedia.org/wiki/Aspect-oriented_programming) (AOP) technique
7980
- Database Plugin with [Encode/ORM](https://github.com/encode/orm)
8081
- Caching
8182
- API Throttling

0 commit comments

Comments
 (0)