move proto/health to server since its only relevant to that

This commit is contained in:
Asim
2015-05-25 18:57:05 +01:00
parent 5516f7ea1f
commit d4a7deb594
3 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
syntax = "proto3";
message Request {
}
message Response {
string status = 1;
}