#pragma once
#include <WebServer.h>

extern WebServer restServer;

void initializeRoutes();

void identify();  // /idn
void notFound();  // 404
void restart();  // /restart
void sendSNMP();  // /send?output=on
void panel(); //show a status page