mirror of
https://github.com/arc53/DocsGPT.git
synced 2026-03-01 15:51:10 +00:00
7 lines
236 B
JSON
7 lines
236 B
JSON
{
|
|
"/api/*": "/$1",
|
|
"/get_conversations": "/conversations",
|
|
"/get_single_conversation?id=:id": "/conversations/:id",
|
|
"/delete_conversation?id=:id": "/conversations/:id",
|
|
"/conversations?id=:id": "/conversations/:id"
|
|
} |