Started Authentication System
This commit is contained in:
7
handlers/expenses.go
Normal file
7
handlers/expenses.go
Normal 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) {}
|
||||
Reference in New Issue
Block a user