nerack repo
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <nerack.h>
|
||||
#include <http.h>
|
||||
|
||||
module(hello){
|
||||
context("greeting", "hello world");
|
||||
http("home", "/", .mime = mime_text,
|
||||
.get = {
|
||||
http_response("greeting")
|
||||
}
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user