Skip to content

Commit

Permalink
Remove extra added code
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgi Kavrelishvili authored and Giorgi Kavrelishvili committed May 11, 2024
1 parent cffdefe commit 4d20600
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/grip.cr
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,3 @@ require "./grip/routers/*"
require "./grip/*"

module Grip; end

class Application < Grip::Application
def initialize()
super("development", false)
end
end

app = Application.new
app.run

0 comments on commit 4d20600

Please sign in to comment.