mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
377 B
377 B
Ping
Used to check if the user is logged in. Also used to get the vPath
-
URL
/ping
-
Method:
GET -
Success Response:
{ vPath: 'REALLY LONG STRING', guest: false }Returns whether user is a guest or not. Guest accounts don't have write access
-
Error Response:
Forwards to /login-failed if not logged in