Fixing ActionLinks

This commit is contained in:
stephb9959
2021-11-09 14:58:04 -08:00
parent b21c5c5e00
commit 9551384358
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ namespace OpenWifi {
Poco::Net::HTTPRequest::HTTP_GET,
Poco::Net::HTTPRequest::HTTP_OPTIONS},
Server,
Internal, false, true) {}
Internal, false, true ) {}
static const std::list<const char *> PathName() { return std::list<const char *>{"/api/v1/oauth2/{token}","/api/v1/oauth2"}; };
void DoGet() final;
void DoPost() final;