File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Elysia uses path and method to lookup the correct resource.
30
30
31
31
A path starts after the origin. Prefix with ** /** and ends before search query ** (?)**
32
32
33
- We can categorized the URL and path as follows:
33
+ We can categorize the URL and path as follows:
34
34
35
35
| URL | Path |
36
36
| ------------------------------- | ------------ |
@@ -85,7 +85,7 @@ URL segment is each path that is composed into a full path.
85
85
Segment is separated by ` / ` .
86
86
![ Representation of URL segments] ( /essential/url-segment.webp )
87
87
88
- Path parameters in Elysia are represented by prefixing a segment with ':' follow by a name.
88
+ Path parameters in Elysia are represented by prefixing a segment with ':' followed by a name.
89
89
![ Representation of path parameter] ( /essential/path-parameter.webp )
90
90
91
91
Path parameters allow Elysia to capture a specific segment of URL.
You can’t perform that action at this time.
0 commit comments