Spaces:
Build error
Build error
fix
Browse files
backend/functions/src/cloud-functions/crawler.ts
CHANGED
|
@@ -202,6 +202,7 @@ ${this.content}
|
|
| 202 |
tags: ['Crawler'],
|
| 203 |
httpMethod: ['get', 'post'],
|
| 204 |
returnType: [String, OutputServerEventStream],
|
|
|
|
| 205 |
})
|
| 206 |
@CloudHTTPv2({
|
| 207 |
runtime: {
|
|
|
|
| 202 |
tags: ['Crawler'],
|
| 203 |
httpMethod: ['get', 'post'],
|
| 204 |
returnType: [String, OutputServerEventStream],
|
| 205 |
+
exposeRoot: true,
|
| 206 |
})
|
| 207 |
@CloudHTTPv2({
|
| 208 |
runtime: {
|
thinapps-shared
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit f52ae9460e90cb286ee05bfa85728be5a629aa73
|