blob: 924b1d50d57106119f7451466771ce008b1cba31 [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 Tanous1ccd57c2017-03-21 13:15:58 -070010#include <app_type.hpp>
Ed Tanous904063f2017-03-02 16:48:24 -080011
Ed Tanous99923322017-03-03 14:21:24 -080012namespace crow {
13namespace webassets {
Ed Tanous1ccd57c2017-03-21 13:15:58 -070014void request_routes(BmcAppType& app);
Ed Tanous904063f2017-03-02 16:48:24 -080015}
16}