实现Web静态文件分发

This commit is contained in:
GoEdgeLab
2020-09-26 11:21:38 +08:00
parent 7e5a446cb3
commit 37b5243eef
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;
}