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
This commit is part of merge request !404. Comments created here will be created in the context of that merge request.
...@@ -15,8 +15,8 @@ rpc ExportSDNConfig(ExportSDNConfigRequest) returns (ExportSDNConfigResponse) { ...@@ -15,8 +15,8 @@ rpc ExportSDNConfig(ExportSDNConfigRequest) returns (ExportSDNConfigResponse) {
get: "/export/{pid}" get: "/export/{pid}"
}; };
} }
// Allows for import of the whole SDN configuration // Allows for import of the whole SDN configuration
rpc ImportSDNConfig(ImportSDNConfigRequest) returns (ImportSDNConfigResponse) { rpc ImportSDNConfig(ImportSDNConfigRequest) returns (ImportSDNConfigResponse) {
option (google.api.http) = { option (google.api.http) = {
post: "/import/{pid}" post: "/import/{pid}"
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment