Skip to content

Commit

Permalink
Make dialect a generate slot
Browse files Browse the repository at this point in the history
  • Loading branch information
casperlamboo committed Sep 26, 2023
1 parent 9636611 commit 0342373
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
syntax = "proto3";

package cura.plugins.slots.dialect.v0.modify;
package cura.plugins.slots.dialect.v0.generate;

service DialectModifyService {
service DialectGenerateService {
rpc Call(CallRequest) returns (CallResponse) {}
}

Expand Down

0 comments on commit 0342373

Please sign in to comment.