mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-27 10:52:41 +03:00
feat(api): new health endpoint
Signed-off-by: Andrew Hill <andrew@textile.io>
This commit is contained in:
parent
d5a3447dad
commit
fb2e6ee030
@ -107,7 +107,7 @@ const STYLES_LINK = css`
|
|||||||
export const getServerSideProps = async (context) => {
|
export const getServerSideProps = async (context) => {
|
||||||
let buckets = false;
|
let buckets = false;
|
||||||
try {
|
try {
|
||||||
const response = await fetch("https://hub.textile.io/health", {
|
const response = await fetch("https://slate.textile.io/health", {
|
||||||
headers: {
|
headers: {
|
||||||
Accept: "application/json",
|
Accept: "application/json",
|
||||||
"Content-Type": "application/json",
|
"Content-Type": "application/json",
|
||||||
|
Loading…
Reference in New Issue
Block a user