Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
judus committed Feb 13, 2018
1 parent 6682a5f commit 3b50127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Minimal is a MVC web application framework for PHP.
App::respond(function () {
PDO::connection(Config::item('space-game-db'));

Router::get('space-game-data/(:num)/(:num)', function ($characterId, $levelId) {
Router::get('space-game/(:num)/(:num)', function ($characterId, $levelId) {
return [
Character::with('sprite', 'trait')->getById($characterId),
LevelSpec::with('sprite', 'entity.trait')->getById($levelId)
Expand Down

0 comments on commit 3b50127

Please sign in to comment.