Update plugins/gptold.js
Browse files- plugins/gptold.js +3 -1
plugins/gptold.js
CHANGED
@@ -19,4 +19,6 @@ GptRoutes.get('/api/v1/gpt-old', async (req, res) => {
|
|
19 |
} catch (error) {
|
20 |
res.status(401).json({ error: error.message });
|
21 |
}
|
22 |
-
});
|
|
|
|
|
|
19 |
} catch (error) {
|
20 |
res.status(401).json({ error: error.message });
|
21 |
}
|
22 |
+
});
|
23 |
+
|
24 |
+
export { GptRoutes };
|