mirror of
https://github.com/C9Glax/tranga.git
synced 2025-06-14 15:27:53 +02:00
@ -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;
|
||||
|
Reference in New Issue
Block a user