Skip to content
Snippets Groups Projects
Commit 1909dad4 authored by Neil Schark's avatar Neil Schark
Browse files

fix intend

parent c80f603b
No related branches found
No related tags found
1 merge request!404Enable export and import of SDN configuration
Pipeline #124509 failed
......@@ -15,8 +15,8 @@ rpc ExportSDNConfig(ExportSDNConfigRequest) returns (ExportSDNConfigResponse) {
get: "/export/{pid}"
};
}
// Allows for import of the whole SDN configuration
rpc ImportSDNConfig(ImportSDNConfigRequest) returns (ImportSDNConfigResponse) {
// Allows for import of the whole SDN configuration
rpc ImportSDNConfig(ImportSDNConfigRequest) returns (ImportSDNConfigResponse) {
option (google.api.http) = {
post: "/import/{pid}"
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment