1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00

This fixes one set of warnings

This commit is contained in:
Daniel Barber 2019-11-17 11:47:33 -05:00
parent a38bd288af
commit 10d6626e58
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 2 additions and 4 deletions

View File

@ -1,2 +1,2 @@
require_relative "./indieauth/endpoints"
require_relative "./indieauth/token"
require "indieauth/endpoints"
require "indieauth/token"

View File

@ -1,5 +1,3 @@
require "indieweb/endpoints"
module Indieauth
class Endpoints
def initialize(site_url)