mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2025-01-18 04:59:02 +02:00
corrected ResponseWriter typo
This commit is contained in:
parent
b7eaccce60
commit
1b99c86403
@ -949,7 +949,7 @@ func GetServerSettings(w http.ResponseWriter, r *http.Request) {
|
||||
log.Printf("Sent server settings response")
|
||||
}
|
||||
|
||||
func UpdateServerSettings(w http.ResponseWrite, r *http.Request) {
|
||||
func UpdateServerSettings(w http.ResponseWriter, r *http.Request) {
|
||||
resp := JSONResponse{
|
||||
Success: false,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user