实现Web静态文件分发

This commit is contained in:
刘祥超
2020-09-26 11:21:38 +08:00
parent 60f656012f
commit 3d113cf8f5
7 changed files with 94 additions and 56 deletions

View File

@@ -6,5 +6,4 @@ package pb;
message HTTPWeb {
int64 id = 1;
bool isOn = 2;
string root = 3;
}