mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-12 06:35:44 +08:00
Refactor: API connectors (#14228)
### What problem does this PR solve? Refactor /api/v1/connectors to be more RESTful. ### Type of change - [x] Refactoring
This commit is contained in:
@@ -44,7 +44,7 @@ You need to configure the OAuth Consent Screen because it is the step where you
|
||||
2. Select **Web Application** as **Application type** for the created project:
|
||||

|
||||
3. Enter a client name.
|
||||
4. Add `http://localhost:9380/v1/connector/google-drive/oauth/web/callback` as **Authorised redirect URIs**:
|
||||
4. Add `http://localhost:9380/api/v1/connectors/google-drive/oauth/web/callback` as **Authorised redirect URIs**:
|
||||
5. Add **Authorised JavaScript origins**:
|
||||
- If deploying RAGFlow from Docker, use `http://localhost:80`:
|
||||

|
||||
|
||||
Reference in New Issue
Block a user