Home
last modified time | relevance | path

Searched refs:WEB_ROOT (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/user/apps/http_server/
Dmain.c14 #define WEB_ROOT "/wwwroot/First-WebPage-On-DragonOS" macro
152 sprintf(path, "%s%s%s", WEB_ROOT, url, DEFAULT_PAGE); in handle_request()
156 sprintf(path, "%s%s", WEB_ROOT, url); in handle_request()