move proto/health to server since its only relevant to that
This commit is contained in:
8
server/proto/health/health.proto
Normal file
8
server/proto/health/health.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message Request {
|
||||
}
|
||||
|
||||
message Response {
|
||||
string status = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user