Spaces:
Runtime error
Runtime error
Update main.ts
Browse files
main.ts
CHANGED
|
@@ -16,7 +16,7 @@ const codeAssist = await createCodeAssistContentGenerator(
|
|
| 16 |
AuthType.LOGIN_WITH_GOOGLE_PERSONAL,
|
| 17 |
);
|
| 18 |
|
| 19 |
-
Deno.serve(
|
| 20 |
const pathname = new URL(req.url).pathname;
|
| 21 |
const [model, action] = pathname
|
| 22 |
.split("/")
|
|
|
|
| 16 |
AuthType.LOGIN_WITH_GOOGLE_PERSONAL,
|
| 17 |
);
|
| 18 |
|
| 19 |
+
Deno.serve(async (req) => {
|
| 20 |
const pathname = new URL(req.url).pathname;
|
| 21 |
const [model, action] = pathname
|
| 22 |
.split("/")
|