Implement basic middleware handling
All checks were successful
Test / verify-generated-code (pull_request) Successful in 8m1s
Test / test (pull_request) Successful in 1m9s
Test / lint (pull_request) Successful in 1m5s

This commit is contained in:
GW_MC
2025-12-02 15:47:56 +08:00
parent 547d73fab7
commit 6cd55d06a2
5 changed files with 45 additions and 22 deletions

View File

@@ -1,4 +1,5 @@
mod configs;
mod middlewares;
mod routes;
mod tasks;