forked from phoenix/litellm-mirror
(feat) view userID on navbar
This commit is contained in:
parent
1a8bfbca6a
commit
1dcb8c8097
3 changed files with 13 additions and 5 deletions
|
@ -3,7 +3,8 @@
|
|||
*/
|
||||
import { message } from 'antd';
|
||||
|
||||
const proxyBaseUrl = null
|
||||
// const proxyBaseUrl = null;
|
||||
const proxyBaseUrl = "http://localhost:4000" // http://localhost:4000
|
||||
|
||||
export const keyCreateCall = async (
|
||||
accessToken: string,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue