feat : site
This commit is contained in:
@@ -22,4 +22,9 @@ class SystemController extends AbstractController
|
||||
{
|
||||
return (new SiteListService)->handle();
|
||||
}
|
||||
|
||||
public function getCityList()
|
||||
{
|
||||
return (new SiteListService)->handle();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user