Files
game-data/config.ru
Gregory Ballantine 40cfdcc2a3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Changed naming from Routes to Controllers; fixed some Sinatra modular layout stuff; added RSpec for testing and some basic tests
2025-08-12 16:15:43 -04:00

6 lines
121 B
Ruby

# Load application config
root = ::File.dirname(__FILE__)
require ::File.join( root, 'src', 'server' )
run GameData.new