Update readme again
This commit is contained in:
parent
62646f9ded
commit
f6b06353fc
|
|
@ -15,6 +15,7 @@ The following message handlers will be implemented in a later release:
|
|||
* A Public IP
|
||||
* A Reverse HTTP Proxy to direct traffic to if you don't want the code running without a reverse proxy. Kestrel is perfectly capable on serving HTTP requests without a reverse proxy in .NET 6.0
|
||||
* A TLS Certificate
|
||||
* A [system](https://github.com/dotnet/core/blob/main/release-notes/6.0/supported-os.md) that is supported by .NET 6.0
|
||||
|
||||
## Code Implementation
|
||||
* C# 6.0
|
||||
|
|
@ -24,11 +25,11 @@ The following message handlers will be implemented in a later release:
|
|||
|
||||
## API Endpoints
|
||||
|
||||
/api/SMSReceiver
|
||||
``/api/SMSReceiver``
|
||||
|
||||
This endpoint only takes in a POST request in Production mode. In Development mode it will also accept a GET request returning all SMS messages stored in the database
|
||||
|
||||
/api/MSTeamsWebHooks
|
||||
``/api/MSTeamsWebHooks``
|
||||
|
||||
This endpoint takes a GET or POST request to add or remove Microsoft Teams webhook endpoints.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue