1
0
mirror of https://github.com/danbee/micropub.git synced 2026-06-21 07:12:25 +00:00

Turns out these need to be relative

This commit is contained in:
Daniel Barber 2019-11-17 17:11:34 -05:00
parent 2d83f2eb0d
commit fc9698e745
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

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