blob: 1994cf5cc290bb448b31ba0f8eab9004c78b3042 [file] [log] [blame]
Ed Tanous904063f2017-03-02 16:48:24 -08001#pragma once
2
3#include <string>
4
Ed Tanous99923322017-03-03 14:21:24 -08005#include <crow/app.h>
Ed Tanous904063f2017-03-02 16:48:24 -08006#include <crow/http_request.h>
7#include <crow/http_response.h>
Ed Tanous904063f2017-03-02 16:48:24 -08008
Ed Tanous904063f2017-03-02 16:48:24 -08009#include <crow/routing.h>
Ed Tanous8041f312017-04-03 09:47:01 -070010#include <crow/bmc_app_type.hpp>
Ed Tanous904063f2017-03-02 16:48:24 -080011
Ed Tanousb4d29f42017-03-24 16:39:25 -070012
Ed Tanous99923322017-03-03 14:21:24 -080013namespace crow {
14namespace webassets {
Ed Tanous1ccd57c2017-03-21 13:15:58 -070015void request_routes(BmcAppType& app);
Ed Tanous904063f2017-03-02 16:48:24 -080016}
17}