#pragma once #include "Web.h" /** * Register authentication routes * /api/auth/login - POST login endpoint * /api/auth/verify - POST verify token endpoint */ void RegisterAuthRoutes();