Artrajz / vits-simple-api

A simple VITS HTTP API, developed by extending Moegoe with additional features.
GNU Affero General Public License v3.0
777 stars 116 forks source link

Add CORS setting #164

Closed Risenafis closed 2 months ago

Risenafis commented 2 months ago

To call the API from the browser, CORS settings are required. This pull request adds CORS settings. Now, all origins are allowed by default. The settings support both single string and list formats.

setting
Artrajz commented 2 months ago

LGTM!