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

5 行
153 B
PHP
Raw 通常表示 履歴

2018-02-02 18:27:57 +09:00
<?php
Route::get('/api/rpc/user/notification/get', 'User\Notification@get');
Route::post('/api/rpc/user/notification/del', 'User\Notification@delete');