Skip to content

Commit

Permalink
#300: Use a single .proto for community poll authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Loison committed Sep 15, 2024
1 parent 10960ef commit 3e00dd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 3 additions & 1 deletion proto/prototypes/browse.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
syntax = "proto3";

import "sub_browse.proto";
message SubBrowse {
string postId = 22;
}

message Browse {
string endpoint = 2;
Expand Down
5 changes: 0 additions & 5 deletions proto/prototypes/sub_browse.proto

This file was deleted.

0 comments on commit 3e00dd0

Please sign in to comment.