opt: automatic get the host for api and websocket from the 'location' var

This commit is contained in:
RockYang
2023-06-15 14:39:05 +08:00
parent 8a69c69b7f
commit e3026062d8
8 changed files with 36 additions and 3 deletions

5
api/go/README.md Normal file
View File

@@ -0,0 +1,5 @@
# chatgpt-plus-go
chatgpt-plus 后端 API Go 语言实现。技术选型采用 Gin + Mysql 架构,依赖注入使用的是 fx 框架ORM 采用的是 GORM 框架。

5
api/java/README.md Normal file
View File

@@ -0,0 +1,5 @@
# chatgpt-plus-java
chatgpt-plus 后端 API Java 语言实现,待开发。

5
api/php/README.md Normal file
View File

@@ -0,0 +1,5 @@
# chatgpt-plus-php
chatgpt-plus 后端 API PHP 语言实现,待开发。

5
api/python/README.md Normal file
View File

@@ -0,0 +1,5 @@
# chatgpt-plus-python
chatgpt-plus 后端 API Python 语言实现,待开发。