aboutsummaryrefslogtreecommitdiff
path: root/src/Routes/Home.h
blob: 5d01ab3b7595f6783439a0ffecf1c9c454833c5a (plain)
1
2
3
4
5
6
7
8
#ifndef HOME_H
#define HOME_H

#include <beaker.h>

int home_handler(UrlParams *params);

#endif