Browse Source

fix the path i'm stupid

encrypt 8 years ago
parent
commit
74247047ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webapp.rb

+ 1 - 1
webapp.rb

@@ -2,7 +2,7 @@ require 'sinatra'
 require 'data_mapper'
 require 'json'
 
-DataMapper::setup(:default, "sqlite3://hlbb/hacklabbo.db")
+DataMapper::setup(:default, "sqlite3:///hlbb/hacklabbo.db")
 
 class Entry
   include DataMapper::Resource