added favicon
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <crow.h>
|
||||
#include "cors.h"
|
||||
#include "crow/middlewares/cors.h"
|
||||
|
||||
namespace login {
|
||||
|
||||
void initLogin(crow::App<CORS>& app);
|
||||
void initLogin(crow::App<crow::CORSHandler>& app);
|
||||
|
||||
std::optional<crow::response> isLoggedIn(const crow::request& req);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user