Added default API

This commit is contained in:
2021-10-19 12:56:06 +02:00
parent 892ecac662
commit fc293608fa
58 changed files with 1009 additions and 0 deletions

5
bin/rake Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env ruby
load File.expand_path("spring", __dir__)
require_relative "../config/boot"
require "rake"
Rake.application.run