Skip to content

Commit

Permalink
refactor: move css,html,agreement to common_service
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasyRL committed Nov 28, 2024
1 parent 63b7811 commit f017d80
Show file tree
Hide file tree
Showing 40 changed files with 9,434 additions and 12,144 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ OUTPUT_PATH = $(DIR)/output
API_PATH= $(DIR)/cmd/api

# 服务名
SERVICES := api user classroom course launch_screen paper academic url
SERVICES := api user classroom course launch_screen paper academic url common
service = $(word 1, $@)

PREFIX = "[Makefile]"
Expand Down
91 changes: 91 additions & 0 deletions api/handler/api/common_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 0 additions & 57 deletions api/handler/api/url_service.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f017d80

Please sign in to comment.