mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 07:40:13 +01:00
parent
2c4c8de8b5
commit
e801cc4cbf
@ -203,6 +203,9 @@ public class Server : GlobalBase
|
||||
case "Settings/userAgent":
|
||||
SendResponse(HttpStatusCode.OK, response, settings.userAgent);
|
||||
break;
|
||||
case "Settings/customRequestLimit":
|
||||
SendResponse(HttpStatusCode.OK, response, settings.requestLimits);
|
||||
break;
|
||||
case "NotificationConnectors":
|
||||
SendResponse(HttpStatusCode.OK, response, notificationConnectors);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user