linhw 2024-07-23 14:04:38 +08:00
parent fc4a207d2a
commit b3a20fe8cf
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import com.ruoyi.common.core.web.page.TableDataInfo;
* @date 2024-07-23
*/
@RestController
@RequestMapping("/user")
@RequestMapping("/eventsuser")
@Api(tags = "活动发布" , description = "活动发布")
public class AppEventsUserController extends BaseController
{