forked from qegj567-cloud/SullyOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
47 lines (37 loc) · 933 Bytes
/
Copy pathnetlify.toml
File metadata and controls
47 lines (37 loc) · 933 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[build]
functions = "netlify/functions"
publish = "dist"
[functions]
node_bundler = "esbuild"
[[redirects]]
from = "/api/v1/init-tenant"
to = "/.netlify/functions/init-tenant"
status = 200
[[redirects]]
from = "/api/v1/get-user-key"
to = "/.netlify/functions/get-user-key"
status = 200
[[redirects]]
from = "/api/v1/schedule-message"
to = "/.netlify/functions/schedule-message"
status = 200
[[redirects]]
from = "/api/v1/update-message"
to = "/.netlify/functions/update-message"
status = 200
[[redirects]]
from = "/api/v1/cancel-message"
to = "/.netlify/functions/cancel-message"
status = 200
[[redirects]]
from = "/api/v1/messages"
to = "/.netlify/functions/messages"
status = 200
[[redirects]]
from = "/api/v1/send-notifications"
to = "/.netlify/functions/send-notifications"
status = 200
[[headers]]
for = "/assets/*"
[headers.values]
Service-Worker-Allowed = "/"