This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
Add RequestProtector app to cheapest plan
pull/58/head
Kristijan Mitrovic
4 years ago
parent
4de3312a9b
commit
9e4720b63b
1 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
bubble-server/src/main/resources/models/defaults/bubblePlan.json
+ 2
- 1
bubble-server/src/main/resources/models/defaults/bubblePlan.json
View File
@@ -14,7 +14,8 @@
"children": {
"children": {
"BubblePlanApp": [
"BubblePlanApp": [
{"app": "BubbleBlock"},
{"app": "BubbleBlock"},
{"app": "TlsPassthru"}
{"app": "TlsPassthru"},
{"app": "RequestProtector"}
]
]
}
}
},
},
Write
Preview
Loading…
Cancel
Save