Skip to content

Commit

Permalink
Remove basePath from endpoint samples. (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
navinger authored and kurtisvg committed Mar 29, 2018
1 parent ef8c4dd commit e4cc47a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion endpoints/getting-started/openapi-appengine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ info:
version: "1.0.0"
host: "YOUR-PROJECT-ID.appspot.com"
# [END swagger]
basePath: "/"
consumes:
- "application/json"
produces:
Expand Down
1 change: 0 additions & 1 deletion endpoints/getting-started/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ info:
version: "1.0.0"
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
# [END swagger]
basePath: "/"
consumes:
- "application/json"
produces:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2015 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -14,6 +14,7 @@
* limitations under the License.
*/


package com.example.endpoints;

import com.google.gson.Gson;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2015 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit e4cc47a

Please sign in to comment.