UNPKG

strapi-supergpt

Version:

A plugin that gives you the ability to integrate ChatGPT into strapi

23 lines (21 loc) 359 B
"use strict"; module.exports = { routes: [ { method: "GET", path: "/cache", handler: "cacheController.getConfig", config: { policies: [], }, }, { method: "POST", path: "/cache/update", handler: "cacheController.updateConfig", config: { policies: [], }, }, ], };