Skip to content

Commit d91ed0d

Browse files
authored
Change ports in the readme
1 parent ee69358 commit d91ed0d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ options:
5454

5555
`./main -r` will start the server, which will listen for identifier names sent via HTTP over the route:
5656

57-
http://127.0.0.1:5000/{cache_selection}/{identifier_name}/{code_context}
58-
59-
**NOTE: ** On docker, the port is 8080 instead of 5000.
57+
http://127.0.0.1:8080/{cache_selection}/{identifier_name}/{code_context}
6058

6159
"cache selection" will save results to a separate cache if it is set to "student"
6260

@@ -69,11 +67,11 @@ http://127.0.0.1:5000/{cache_selection}/{identifier_name}/{code_context}
6967

7068
For example:
7169

72-
Tag a declaration: ``http://127.0.0.1:5000/cache/numberArray/DECLARATION``
70+
Tag a declaration: ``http://127.0.0.1:8080/cache/numberArray/DECLARATION``
7371

74-
Tag a function: ``http://127.0.0.1:5000/cache/GetNumberArray/FUNCTION``
72+
Tag a function: ``http://127.0.0.1:8080/cache/GetNumberArray/FUNCTION``
7573

76-
Tag an class: ``http://127.0.0.1:5000/cache/PersonRecord/CLASS``
74+
Tag an class: ``http://127.0.0.1:8080/cache/PersonRecord/CLASS``
7775

7876
#### Note
7977
Kebab case is not currently supported due to the limitations of Spiral. Attempting to send the tagger identifiers which are in kebab case will result in the entry of a single noun.

0 commit comments

Comments
 (0)