Skip to content

Commit

Permalink
Update try-flagr url (#552)
Browse files Browse the repository at this point in the history
Co-authored-by: nothing0012 <[email protected]>
  • Loading branch information
zhouzhuojie and nothing0012 authored Oct 16, 2023
1 parent acddd31 commit 30ff52c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ docker run -it -p 18000:18000 ghcr.io/openflagr/flagr
open localhost:18000
```

Or try it on [https://try-openflagr.up.railway.app](https://try-openflagr.up.railway.app),
Or try it on [https://try-flagr.onrender.com](https://try-flagr.onrender.com),
it may take a while for a cold start, and every commit to the `main` branch will trigger
a redeployment of the demo website.

```
curl --request POST \
--url https://try-openflagr.up.railway.app/api/v1/evaluation \
--url https://try-flagr.onrender.com/api/v1/evaluation \
--header 'content-type: application/json' \
--data '{
"entityID": "127",
Expand Down

0 comments on commit 30ff52c

Please sign in to comment.