FUUCK
This commit is contained in:
parent
5491c98563
commit
5787e5c904
@ -31,6 +31,8 @@ App::group('/chat', function() {
|
||||
ChatController::index(...));
|
||||
App::get('/messages',
|
||||
ChatController::messages(...));
|
||||
App::get('/sync',
|
||||
ChatController::sync(...));
|
||||
});
|
||||
|
||||
http_response_code(404);
|
||||
|
Loading…
Reference in New Issue
Block a user