Browse Source

Fix misnamed module

master
Daniel Muckerman 8 years ago
parent
commit
cdbba46691
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web.rb

+ 1
- 1
web.rb View File

@ -1,6 +1,6 @@
require 'sinatra/base'
module SlackNumberman
module SlackPixiv
class Web < Sinatra::Base
get '/' do
'Math is good for you.'

Loading…
Cancel
Save