mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-01-31 16:09:55 +00:00
11 lines
191 B
C
11 lines
191 B
C
#pragma once
|
|
|
|
#include "Web.h"
|
|
|
|
/**
|
|
* Register authentication routes
|
|
* /api/auth/login - POST login endpoint
|
|
* /api/auth/verify - POST verify token endpoint
|
|
*/
|
|
void RegisterAuthRoutes();
|