mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2025-03-01 05:21:25 +03:00
page handler
This commit is contained in:
parent
06a28ecbc9
commit
253988c4eb
3 changed files with 36 additions and 0 deletions
7
web/pages/settings.go
Normal file
7
web/pages/settings.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package page
|
||||
|
||||
import "net/http"
|
||||
|
||||
func SettingsHandler(w http.ResponseWriter, r *http.Request) {
|
||||
http.ServeFile(w, r, "web/src/settings.html")
|
||||
}
|
Loading…
Add table
Reference in a new issue