mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-30 18:44:21 +00:00
8 lines
87 B
C++
8 lines
87 B
C++
#pragma once
|
|
|
|
#include "json.hpp"
|
|
|
|
class HTTPContext;
|
|
|
|
void RegisterDashboardRoutes();
|