modular split: move invoke, auth, utils, function CRUD handlers to separate files (2026-05-01)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package api
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"log"
|
||||
"net/http"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
func (s *Server) handleAuth(w http.ResponseWriter, r *http.Request) {
|
||||
// ...existing code...
|
||||
}
|
||||
Reference in New Issue
Block a user