Small tweaks to the web api

This commit is contained in:
runebaas 2018-05-14 00:41:05 +02:00
parent 4a11ce6207
commit 3004b19209
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
5 changed files with 25 additions and 10 deletions

View file

@ -3,7 +3,7 @@ using Nancy;
namespace Geekbot.net.WebApi.Status
{
public class StatusController : NancyModule
public sealed class StatusController : NancyModule
{
public StatusController()
{