Started Authentication System

This commit is contained in:
2026-02-22 14:47:17 +01:00
parent c492228e22
commit b5840984b8
7 changed files with 126 additions and 38 deletions

7
handlers/expenses.go Normal file
View File

@@ -0,0 +1,7 @@
package handlers
import "net/http"
func GetExpenses(w http.ResponseWriter, r *http.Request) {}
func AdminPanel(w http.ResponseWriter, r *http.Request) {}