This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
LibreChat
Watch
1
Star
0
Fork
You've already forked LibreChat
0
mirror of
https://github.com/danny-avila/LibreChat.git
synced
2025-12-17 17:00:15 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4
f86e9dd04c
LibreChat
/
api
/
server
/
utils
/
removePorts.js
2 lines
62 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: bun api support 🥟 (#1021) * chore: update bun lockfile * feat: backend api bun support, jose used in bun runtime * fix: add missing await for signPayload call
2023-10-07 11:16:06 -04:00
module
.
exports
=
(
req
)
=>
req
?
.
ip
?
.
replace
(
/:\d+[^:]*$/
,
''
)
;
Reference in a new issue
Copy permalink