add TODO for file serving over gRPC

This commit is contained in:
or-else
2023-04-28 13:57:53 -07:00
parent b86f3c58e5
commit 8648d2bc5b

View File

@ -201,6 +201,7 @@ var globals struct {
wsCompression bool
// URL of the main endpoint.
// TODO: implement file-serving API for gRPC and remove this feature.
servingAt string
}