Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
1ccd57c4a6cd397794bb81bbb043a364d02aab4f
/
.
/
include
/
webassets.hpp
blob: 924b1d50d57106119f7451466771ce008b1cba31 [
file
] [
log
] [
blame
]
#pragma
once
#include
<string>
#include
<crow/app.h>
#include
<crow/http_request.h>
#include
<crow/http_response.h>
#include
<crow/routing.h>
#include
<app_type.hpp>
namespace
crow
{
namespace
webassets
{
void
request_routes
(
BmcAppType
&
app
);
}
}