1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

refactor(http): rename package from httpd to server for consistency

This commit is contained in:
Frédéric Guillot 2025-06-20 13:06:46 -07:00
parent d62df4e02a
commit 92876a0c61
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
package httpd // import "miniflux.app/v2/internal/http/server"
package server // import "miniflux.app/v2/internal/http/server"
import (
"context"