projectsegfault pubnix doesnt exist yet

This commit is contained in:
Arya Kiran 2023-01-08 10:07:50 +05:30
parent 426e965ff5
commit 90478283d6
Signed by: arya
GPG Key ID: 842D12BDA50DF120
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# PublAPI
PublAPI is a simple API for Project Segfault's public shared system (pubnix).
PublAPI is a simple API for Project Segfault's upcoming public shared system (pubnix).
## Install
An installation of Go 1.19 or higher is required.
@ -20,3 +20,4 @@ Currently, PublAPI has only two routes, /online and /signup.
|---------|------|-----------------|------------------------------------|
| /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 |