Rename etc dump to bakedres dump
This commit is contained in:
@ -5,7 +5,7 @@ how the code is architectured and some cool tricks that are used throughout the
|
||||
|
||||
## Our "engine"
|
||||
|
||||

|
||||

|
||||
|
||||
This image is a joke, obviously.
|
||||
|
||||
@ -133,7 +133,7 @@ void *route_thread_function(void *param)
|
||||
// Unparsable HTTP request
|
||||
}
|
||||
|
||||
if (mg_match(http_msg.uri, mg_str("/etc/*"), nil)) {
|
||||
if (mg_match(http_msg.uri, mg_str("/bakedres/*"), nil)) {
|
||||
// Request for static resource
|
||||
}
|
||||
|
||||
@ -147,7 +147,7 @@ this functionality comes with mongoose built-in. God bless you mongoose!
|
||||
|
||||
## Dynamic pages and static assets.
|
||||
|
||||

|
||||

|
||||
|
||||
Let's stop here now and talk about something different entirely (dont' worry, we'll come back later).
|
||||
I'd like to show you how assets/pages are implemented in aboba, so we get the whole picture.
|
||||
|
Reference in New Issue
Block a user