mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-13 02:48:19 +00:00
12 lines
133 B
C++
12 lines
133 B
C++
#include "DashboardWeb.h"
|
|
|
|
#include <inja/inja.hpp>
|
|
|
|
// default home page
|
|
|
|
namespace DashboardWeb {
|
|
void RegisterRoutes() {
|
|
|
|
}
|
|
}
|