Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-7831
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Sep 18, 2023
1 parent 4c9dbd7 commit 9068eb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/openroaming_orion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ paths:
404:
$ref: '#/components/responses/NotFound'

/openroaming/globalreach/account/{id}:
/openroaming/orion/account/{id}:
get:
tags:
- OpenRoaming-Google Orion
Expand Down
1 change: 1 addition & 0 deletions src/RESTAPI/RESTAPI_openroaming_orion_acct_handler.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ namespace OpenWifi {
std::vector<std::string>{Poco::Net::HTTPRequest::HTTP_GET,
Poco::Net::HTTPRequest::HTTP_DELETE,
Poco::Net::HTTPRequest::HTTP_POST,
Poco::Net::HTTPRequest::HTTP_PUT,
Poco::Net::HTTPRequest::HTTP_OPTIONS},
Server, TransactionId, Internal) {}
static auto PathName() { return std::list<std::string>{"/api/v1/openroaming/orion/account/{id}"}; };
Expand Down

0 comments on commit 9068eb3

Please sign in to comment.