docs: update sample action handler URLs (#4450)

This commit is contained in:
Rishichandra Wawhal
2020-04-20 11:48:00 +05:30
committed by GitHub
parent 3c9d1f2330
commit 3603af19d0

View File

@@ -165,7 +165,7 @@ for this handler would look something like:
};
You can deploy this code somewhere and get the URI. For getting started quickly, we
also have this handler ready at ``https://hasura-actions-starter-kit.glitch.me/login``.
also have this handler ready at ``https://hasura-actions-demo.glitch.me/login``.
**Set the handler**
@@ -332,7 +332,7 @@ for this handler would look something like:
};
You can deploy this code somewhere and get the URI. For getting started quickly, we
also have this handler ready at ``https://hasura-actions-starter-kit.glitch.me/addNumbers``.
also have this handler ready at ``https://hasura-actions-demo.glitch.me/addNumbers``.
**Set the handler**