update index
Browse files- server/modal-client.ts +1 -1
server/modal-client.ts
CHANGED
@@ -41,7 +41,7 @@ class ModalClient {
|
|
41 |
this.config = {
|
42 |
tokenId,
|
43 |
tokenSecret,
|
44 |
-
baseUrl:
|
45 |
};
|
46 |
|
47 |
// Create base64 encoded auth token
|
|
|
41 |
this.config = {
|
42 |
tokenId,
|
43 |
tokenSecret,
|
44 |
+
baseUrl: 'https://fazeelusmani18--knowledgebridge-main-fastapi-app.modal.run'
|
45 |
};
|
46 |
|
47 |
// Create base64 encoded auth token
|