aboutsummaryrefslogtreecommitdiff
path: root/apps/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/server.c')
-rw-r--r--apps/server.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/server.c b/apps/server.c
index fe2c17c..4ab3369 100644
--- a/apps/server.c
+++ b/apps/server.c
@@ -7,9 +7,8 @@
#include <str.h>
#define PORT 8000
-#define FILE "/res/www/index.html"
#define PATH "/res/www"
-#define ERROR "/res/www/404.html"
+#define ERROR PATH "/404.html"
int main()
{