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