2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

refactor: 重命名openresty为nginx

This commit is contained in:
耗子
2024-10-12 19:13:33 +08:00
parent 6072332e1a
commit 86e4cff989
19 changed files with 64 additions and 76 deletions

View File

@@ -33,7 +33,7 @@ func (s *APITestSuite) TestGetApps() {
}
func (s *APITestSuite) TestGetAppBySlug() {
_, err := s.api.AppBySlug("openresty")
_, err := s.api.AppBySlug("nginx")
s.NoError(err)
}