10 lines
322 B
Markdown
Executable File
10 lines
322 B
Markdown
Executable File
# JSON ENDPOINT
|
|
|
|
This process provides json endpoints for user counts and vote suggestions.
|
|
|
|
If running on localhost, the two endpoints will be at localhost:9080/users and localhost:8080/subs. Base url should be altered for production.
|
|
|
|
/subs is where the submissions are stored
|
|
/users is for usernames and post counts
|
|
|