Page Hotreloading
This commit is contained in:
2
routes.h
2
routes.h
@ -6,6 +6,8 @@
|
||||
void route_page_not_found(struct mg_connection *conn, struct mg_http_message *msg);
|
||||
void route_simple_css(struct mg_connection *conn, struct mg_http_message *msg);
|
||||
void route_favicon(struct mg_connection *conn, struct mg_http_message *msg);
|
||||
void route_hotreload_js(struct mg_connection *conn, struct mg_http_message *msg);
|
||||
void route_home(struct mg_connection *conn, struct mg_http_message *msg);
|
||||
void route_build_id(struct mg_connection *conn, struct mg_http_message *msg);
|
||||
|
||||
#endif // ROUTES_H_
|
||||
|
Reference in New Issue
Block a user