summaryrefslogtreecommitdiffstats
path: root/roseh.moe.go
diff options
context:
space:
mode:
Diffstat (limited to 'roseh.moe.go')
-rw-r--r--roseh.moe.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/roseh.moe.go b/roseh.moe.go
index f16ae55..9404070 100644
--- a/roseh.moe.go
+++ b/roseh.moe.go
@@ -213,7 +213,7 @@ func pong(w http.ResponseWriter, _ *http.Request) {
}
var (
- //go:embed templates/games/stallman-shooter.html.template
+ //go:embed templates/games/rms.html.template
stallmanShooterString string
stallmanShooterTemplate = template.Must(outlinedTemplate(stallmanShooterString))
)
@@ -923,7 +923,7 @@ func main() {
mux.HandleFunc("GET /{$}", index)
mux.HandleFunc("GET /games/", gamesIndex)
mux.HandleFunc("GET /games/pong", pong)
- mux.HandleFunc("GET /games/stallman", stallmanShooter)
+ mux.HandleFunc("GET /games/rms", stallmanShooter)
mux.HandleFunc("GET /qr.png", qrHandler)
mux.HandleFunc("GET /wormhole", wormhole)
mux.HandleFunc("POST /wormhole", wormholeUpload)