fixing errors, slowly moving forwards

This commit is contained in:
filipriec
2025-02-21 19:06:01 +01:00
parent e4c14e5a1e
commit 4b10b0b213
9 changed files with 22 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
// proto/uctovnictvo.proto
syntax = "proto3";
package multieko2;
package multieko2.uctovnictvo;
service Uctovnictvo {
rpc PostUctovnictvo (PostUctovnictvoRequest) returns (UctovnictvoResponse);