forked from aurora-develop/aurora
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add CORS middleware to handle cross-origin requests (aurora-develop#72) * Revert "Add CORS middleware to handle cross-origin requests (aurora-develop#72)" (aurora-develop#73) This reverts commit 03173fe. * Test au (aurora-develop#75) * Add CORS middleware to handle cross-origin requests * chroe: 抽离 baseurl * Update main.go * update: 更新 api 路径为/backend-anon * Refactor code to improve performance and readability * uuid (aurora-develop#74) * Add CORS middleware to handle cross-origin requests (aurora-develop#72) * Revert "Add CORS middleware to handle cross-origin requests (aurora-develop#72)" (aurora-develop#73) This reverts commit 03173fe. * 修复uuid失效,替换失效uuid --------- Co-authored-by: xiaofei <[email protected]> --------- Co-authored-by: aurorax-neo <[email protected]> Co-authored-by: learnLi <[email protected]> * 全局变量私有化 & 重排序导入包 (aurora-develop#76) * style: sort imports * refactor: 私有化全局变量 * Update build_docker.yml (aurora-develop#77) --------- Co-authored-by: aurorax-neo <[email protected]> Co-authored-by: learnLi <[email protected]> Co-authored-by: icpd <[email protected]>
- Loading branch information
1 parent
bf3d252
commit 0b13f49
Showing
11 changed files
with
131 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.