Skip to content

Commit

Permalink
fix: adjust format
Browse files Browse the repository at this point in the history
  • Loading branch information
mst-mkt committed Nov 1, 2024
1 parent 0594e2e commit f13473a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ using TypeSpec.Http;
title: "ODPT API",
})
@server("https://api.odpt.org/api/v4", "公共交通のオープンデータ API")
@server("https://api-challenge2024.odpt.org/api/v4", "公共交通のオープンデータ API (チャレンジ2024専用)")
@server(
"https://api-challenge2024.odpt.org/api/v4",
"公共交通のオープンデータ API (チャレンジ2024専用)"
)
@useAuth(ApiKeyAuth<ApiKeyLocation.query, "acl:consumerKey">)
namespace OdptAPI;

0 comments on commit f13473a

Please sign in to comment.