Skip to content

Commit

Permalink
API URL update
Browse files Browse the repository at this point in the history
  • Loading branch information
hayssams committed Jun 12, 2024
1 parent c50ab07 commit 67d62bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ assertEquals(expectedSQL, result);
### Web API
```shell
curl -X 'POST' \
'https://secure-api.starlake.ai/api/v1/transpiler/transpile?dialect=SNOWFLAKE' \
'https://starlake.ai/api/v1/transpiler/transpile?dialect=SNOWFLAKE' \
-H 'accept: text/plain' \
-H 'Content-Type: text/plain' \
-d 'SELECT Nvl(null, 1) a'
Expand Down

0 comments on commit 67d62bd

Please sign in to comment.