mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-02-25 20:29:54 +00:00
8 lines
87 B
C++
8 lines
87 B
C++
#pragma once
|
|
|
|
#include "json.hpp"
|
|
|
|
class HTTPContext;
|
|
|
|
void RegisterDashboardRoutes();
|