apparently you dont need the xtra dashes on gfm

This commit is contained in:
Arya Kiran 2023-01-08 09:25:31 +05:30
parent 11e5347391
commit 426e965ff5
No known key found for this signature in database
GPG Key ID: 3A6EA2D0EE314EEF
1 changed files with 0 additions and 2 deletions

View File

@ -16,9 +16,7 @@ By default it listens to port 3000 on 127.0.0.1. You can change the port with th
## Usage
Currently, PublAPI has only two routes, /online and /signup.
|---------|------|-----------------|------------------------------------|
| ROUTE | TYPE | EXTRA ARGS | DESCRIPTION |
|---------|------|-----------------|------------------------------------|
| /online | GET | N/A | Returns the number of online users |
| /signup | POST | username, email | Creates a register script and notifies admins that a new registration request was sent |
|---------|------|-----------------|------------------------------------|