Skip to content

Commit

Permalink
Revert "set base_path"
Browse files Browse the repository at this point in the history
This reverts commit 3fd7318.
  • Loading branch information
hamidzr committed Jun 10, 2020
1 parent 7d508e3 commit 0b36e70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions proto/src/determined/api/v1/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ import "google/api/annotations.proto";
import "protoc-gen-swagger/options/annotations.proto";

option (grpc.gateway.protoc_gen_swagger.options.openapiv2_swagger) = {
info : {title : "Determined API" version : "1.0"}
base_path : "/swagger_ui"
info: {
title: "Determined API"
version: "1.0"
};
};

// Determined is the official v1 of the Determined API.
Expand Down

0 comments on commit 0b36e70

Please sign in to comment.