Skip to content

Commit 8eab5cd

Browse files
committed
I got it to send the right pages!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1 parent 44f08a6 commit 8eab5cd

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
-144 Bytes
Binary file not shown.

target/classes/http.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
22
"port": 80,
3-
"webroot": "/tmp"
3+
"webroot": "src/main/resources/webroot",
4+
"style_replace": "/*STYLE_REPLACE*/",
5+
"js_replace": "/*JS_REPLACE*/",
6+
"css": [
7+
"style.css"
8+
],
9+
"js": [
10+
"script.js"
11+
]
412
}

0 commit comments

Comments
 (0)