9 lines
216 B
C
9 lines
216 B
C
|
#pragma once
|
||
|
|
||
|
#include <httplib/httplib.h>
|
||
|
|
||
|
extern const uint64_t css_hash;
|
||
|
|
||
|
void css_route(const httplib::Request& req, httplib::Response& res);
|
||
|
void user_route(const httplib::Request& req, httplib::Response& res);
|