langchain-ai / opengpts

MIT License
6.44k stars 851 forks source link

Etablish versioned API path #323

Open ptgoetz opened 5 months ago

ptgoetz commented 5 months ago

What?

Fix for #273 .

Prepends /api/v1 to all backend API paths to enable future API versioning.

Why?

Eventually we will likely make major version, backward-incompatible changes.