feat(admin): 添加用户管理相关文件
添加用户管理视图、API和状态管理文件
This commit is contained in:
Executable
+11
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "=========================================="
|
||||
echo "Stopping Everything Is Suitable API"
|
||||
echo "=========================================="
|
||||
|
||||
docker-compose down
|
||||
|
||||
echo "=========================================="
|
||||
echo "Services stopped successfully!"
|
||||
echo "=========================================="
|
||||
Reference in New Issue
Block a user