🔧 Specify edge handlers for redirect to serverless functions

This commit is contained in:
Alicia Sykes 2021-09-18 21:54:38 +01:00
parent 7e3f42d5c7
commit c2f99d6d7f
1 changed files with 12 additions and 1 deletions

View File

@ -16,6 +16,17 @@
STATUSKIT_SUPPORT_CONTACT_LINK = "https://dashy.to"
STATUSKIT_RESOURCES_LINK = "https://github.com/Lissy93/dashy/tree/master/docs"
# Specify handlers to redirect to serverless functions instead of Node API endpoints
[[edge_handlers]]
path = "/status-check"
handler = "cloud-status-check"
[[edge_handlers]]
path = "/config-manager/save"
handler = "not-supported"
[[edge_handlers]]
path = "/config-manager/rebuild"
handler = "not-supported"
# Set any security headers here
[[headers]]
for = "/*"