Skip to content

Commit 5c8dad7

Browse files
author
Jens Kürten
committed
formatting
1 parent 5e082e3 commit 5c8dad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development_server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The development server will automatically restart if you make changes to your Fu
3737
After starting the server, you need to expose the server to the outside world, to enable your CIM Database Cloud instance to send webhook requests to your Functions.
3838
There are multiple ways to do this:
3939

40-
### GitHub Codespaces
40+
**GitHub Codespaces**
4141

4242
If you are developing Functions in a GitHub Codespace you can simply forward the port of the server, by right clicking on the dev servers port in the the "Ports" tab and changing the visibility to "Public":
4343

@@ -52,7 +52,7 @@ For example the `example` function would be available at:
5252
https://mycodespace-5g7grjgvrv9h4jrx-8000.app.github.dev/example
5353
```
5454

55-
### ngrok and Cloudflare
55+
**ngrok and Cloudflare**
5656

5757
If you are developing Functions locally, you can use services like [ngrok](https://ngrok.com/) or [Cloudflare](https://cloudflare.com) to expose the server.
5858

0 commit comments

Comments
 (0)