このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
076server/routes/api/user.php

5 行
153 B
PHP

<?php
Route::get('/api/rpc/user/notification/get', 'User\Notification@get');
Route::post('/api/rpc/user/notification/del', 'User\Notification@delete');