moved to separate directories
This commit is contained in:
parent
6c3feb29c8
commit
9cb47c4c83
4
main.c
4
main.c
@ -3,11 +3,11 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
char *home(struct Request request) {
|
||||
return read_file("index.html");
|
||||
return read_file("public/index.html");
|
||||
}
|
||||
|
||||
char *clicked(struct Request request) {
|
||||
return read_file("clicked.html");
|
||||
return read_file("public/clicked.html");
|
||||
}
|
||||
|
||||
int main(void) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user