Last active
April 28, 2018 22:59
-
-
Save emir/7bc830faf51c0b1f8fce25538f304581 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
register: | |
path: /register | |
controller: App\Controller\AuthController::register | |
methods: POST | |
api: | |
path: /api | |
controller: App\Controller\AuthController::api | |
login_check: | |
path: /login_check | |
methods: [POST] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment