n.eko.moe -> demodesk.

This commit is contained in:
Miroslav Šedivý
2020-10-28 19:15:48 +01:00
parent 687cf987f8
commit a5014e205e
27 changed files with 68 additions and 68 deletions

View File

@ -6,7 +6,7 @@ package middleware
import (
"net/http"
"n.eko.moe/neko/internal/http/endpoint"
"demodesk/neko/internal/http/endpoint"
)
func Recoverer(next http.Handler) http.Handler {