You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The REST API should be moved to a sub-uri of /api so cherrypy configuration can be simplified. It will allow us to protect the REST API calls (with authorization) while keeping the static files accessible.
The text was updated successfully, but these errors were encountered:
@shaohef I think so. APIs are prefixed by /api/. If an application is large enough, a separate REST API server may needed like api.kimchi-project.org. Though for us, /api/ is enough now.
The REST API should be moved to a sub-uri of /api so cherrypy configuration can be simplified. It will allow us to protect the REST API calls (with authorization) while keeping the static files accessible.
The text was updated successfully, but these errors were encountered: